diff --git a/hosts/x86_64/garrus/configuration.nix b/hosts/x86_64/garrus/configuration.nix index ff2bc79..9cd4f34 100644 --- a/hosts/x86_64/garrus/configuration.nix +++ b/hosts/x86_64/garrus/configuration.nix @@ -1,6 +1,9 @@ { config, pkgs, ... }: { + # lemp13 needs newer than the 6.6 + boot.kernelPackages = pkgs.linuxPackages_latest; + # Name your host machine networking.hostName = "garrus";