remove fs.inotify settings

This commit is contained in:
Sean Buckley 2024-06-10 12:05:09 -04:00
parent 3dc4079d86
commit dc695543da

View file

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