pinwheel: Use latest linux kernel

This commit is contained in:
Alexander Heldt
2023-08-02 17:59:42 +02:00
parent 76efa0556f
commit cc94a04c3f

View File

@@ -12,6 +12,8 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
boot.kernelPackages = pkgs.linuxPackages_latest;
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;