nixos-module: bump LimitNOFile to 40000

This commit is contained in:
Astro 2023-05-05 19:32:01 +02:00
parent 225fce2acc
commit c890616d8d

View file

@ -80,6 +80,7 @@
Restart = "always";
RestartSec = "1s";
WatchdogSec = "1800s";
LimitNOFile = 40000;
};
};
};