From c890616d8d304cbef248b2efec3f27c19f71115e Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 5 May 2023 19:32:01 +0200 Subject: [PATCH] nixos-module: bump LimitNOFile to 40000 --- nixos-module.nix | 1 + 1 file changed, 1 insertion(+) 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; }; }; };