mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
Switch to latest kernel
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user