diff --git a/nixos-module.nix b/nixos-module.nix index 3d61663..5912ba3 100644 --- a/nixos-module.nix +++ b/nixos-module.nix @@ -80,6 +80,7 @@ Restart = "always"; RestartSec = "1s"; WatchdogSec = "1800s"; + LimitNOFile = 40000; }; }; };