From 233b514df6ecf6beadc70c15332f49f4bf96adf3 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Thu, 2 Dec 2021 22:31:44 -0500 Subject: [PATCH] Switch to latest kernel --- common/linux.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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";