pinwheel: Increase fs.inotify.max_user_instances to 1024
This commit is contained in:
@@ -47,6 +47,12 @@
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
kernel = {
|
||||
sysctl = {
|
||||
"fs.inotify.max_user_instances" = 1024; # default: 128
|
||||
};
|
||||
};
|
||||
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
|
||||
Reference in New Issue
Block a user