mkforce kernel settings

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-06-23 12:30:21 -04:00 committed by Alice Huston
parent 6ff9b91ef8
commit a58d9c6498

View File

@ -30,7 +30,7 @@
};
boot = {
kernelPackages = pkgs.linuxPackages_zen;
kernelPackages = lib.mkForce pkgs.linuxPackages_zen;
useSystemdBoot = true;
default = true;
};