machines[hera]: increase nofile

main
idylls 11 months ago
parent 30c3f74936
commit 6ecbd7785d
Signed by: idylls
GPG Key ID: 52D7502B0C319049

@ -72,6 +72,10 @@
group = "root";
};
security.pam.loginLimits = [
{ domain = "*"; item = "nofile"; type = "-"; value = "1048576"; }
];
services.syncthing = {
enable = true;
dataDir = "/dev/null";

Loading…
Cancel
Save