cleaning up config

This commit is contained in:
Christoph Hollizeck 2024-08-21 22:29:36 +02:00
parent e7a0c0f0f2
commit 0754ac33ee
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
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;