diff --git a/hosts/neodymium/configuration.nix b/hosts/neodymium/configuration.nix index 82c66bf..f69843f 100644 --- a/hosts/neodymium/configuration.nix +++ b/hosts/neodymium/configuration.nix @@ -29,6 +29,9 @@ in { # clean /tmp at each boot boot.cleanTmpDir = true; + # use latest kernel + boot.kernelPackages = pkgs.linuxPackages_latest; + # restrict nix command to sudoers nix.allowedUsers = [ "@wheel" ];