cleaning up config

This commit is contained in:
Christoph Hollizeck 2024-08-21 22:29:36 +02:00
parent 4231d1fcc3
commit 3d301d4572
Signed by: Daholli
GPG key ID: 1763BB530F50279E
7 changed files with 74 additions and 362 deletions

View file

@ -15,7 +15,7 @@ in
};
config = mkIf cfg.enable {
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_8;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;