Merge pull request 'increase inotfy limit' (#180) from increase-inotify-amount into main

Reviewed-on: #180
This commit is contained in:
Charlotte 🦝 Delenk 2023-10-11 18:27:45 +00:00
commit b72ec51609
Signed by: gitea-bot
GPG key ID: C9974EDF9932B558

View file

@ -85,4 +85,7 @@
"nas.int.chir.rs".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDhao1I1Kd1gK5bERUdjMxP9yHDrSHYZsTN2TcSk0K/U";
"backup.int.chir.rs".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDhao1I1Kd1gK5bERUdjMxP9yHDrSHYZsTN2TcSk0K/U";
};
boot.kernel.sysctl = {
"fs.inotify.max_user_watches" = 524288;
};
}