re-enable non-LTS linux

This commit is contained in:
ahuston-0 2025-03-13 19:26:47 -04:00
parent 7aded1fb40
commit c0a3734f3b
No known key found for this signature in database
GPG Key ID: 47940175096C1330

@ -32,7 +32,7 @@
}; };
boot = { boot = {
kernelPackages = lib.mkForce pkgs.linuxPackages_6_6; #kernelPackages = lib.mkForce pkgs.linuxPackages_6_6;
useSystemdBoot = true; useSystemdBoot = true;
default = true; default = true;
}; };