diff --git a/common/linux.nix b/common/linux.nix index 99e35d0..9dc6968 100644 --- a/common/linux.nix +++ b/common/linux.nix @@ -1,8 +1,7 @@ { pkgs, ... }: { - boot.kernel.sysctl."kernel.unprivileged_userns_clone" = 1; - boot.kernelPackages = pkgs.linuxPackages_hardened; + boot.kernelPackages = pkgs.linuxPackages_latest; boot.supportedFilesystems = [ "ntfs" ]; system.stateVersion = "unstable";