pinwheel: Increase fs.inotify.max_user_instances to 1024

This commit is contained in:
Alexander Heldt
2023-10-03 09:40:32 +02:00
parent 96b5b023ae
commit 6d1053c891

View File

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