add newer kernel

This commit is contained in:
Kopatz
2023-11-26 20:16:05 +01:00
parent 7fd0c5a09a
commit d4f2c7c05e
2 changed files with 3 additions and 1 deletions

View File

@@ -10,6 +10,8 @@
./hardware-configuration.nix
];
boot.kernelPackages = pkgs.linuxPackages_latest;
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;