mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
remove fs.inotify settings
This commit is contained in:
parent
3dc4079d86
commit
dc695543da
1 changed files with 0 additions and 4 deletions
|
@ -11,10 +11,6 @@
|
|||
boot = {
|
||||
zfs.forceImportRoot = false;
|
||||
initrd.availableKernelModules = [ "nvme" ];
|
||||
kernel.sysctl = {
|
||||
"fs.inotify.max_user_instances" = 65536;
|
||||
"fs.inotify.max_user_watches" = 1048576;
|
||||
};
|
||||
kernelParams = [
|
||||
"amdgpu.gpu_recovery=1"
|
||||
"nohibernate"
|
||||
|
|
Loading…
Reference in a new issue