place latest kernel config in its own file

This commit is contained in:
Kopatz
2023-11-26 20:18:19 +01:00
parent d4f2c7c05e
commit 2e5d922548
3 changed files with 6 additions and 2 deletions

View File

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