Commit for generation 220

This commit is contained in:
2024-10-10 03:57:13 -04:00
parent 715f71b8a3
commit c15a25d462

View File

@@ -5,6 +5,6 @@
loader.systemd-boot.enable = true; loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true; loader.efi.canTouchEfiVariables = true;
loader.systemd-boot.configurationLimit = 10; loader.systemd-boot.configurationLimit = 10;
boot.kernelPackages = pkgs.linuxPackages_latest; kernelPackages = pkgs.linuxPackages_latest;
}; };
} }