diff --git a/configuration.nix b/configuration.nix index c3aa043..4d60bf5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -23,6 +23,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.kernelPackages = pkgs.linuxPackages_latest; networking.hostName = "raven"; networking.hostId = "e3a397c5";