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