put servers on 6.12 LTS <3

This commit is contained in:
foxora 2026-03-07 19:11:14 +00:00
parent adcfc52c60
commit ff97832d9f
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
};
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = pkgs.linuxPackages_6_12;
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;

View file

@ -13,7 +13,7 @@
};
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = pkgs.linuxPackages_6_12;
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;