Switch to latest kernel

This commit is contained in:
Dave Gallant
2021-12-02 22:31:44 -05:00
parent 698c6e17b3
commit 233b514df6

View File

@@ -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";