hydra: increase nofile limit of nix-daemon

Needed to build some of nix-openwrt-imagebuilder
This commit is contained in:
Emery 2022-05-28 12:42:16 -05:00
parent 98e5d3f55b
commit 836841cba4
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ in {
daemonIOSchedPriority = 7;
};
systemd.services.nix-daemon.serviceConfig.LimitNOFILE = lib.mkForce 8192;
services.hydra-dev = {
enable = true;
hydraURL = "https://hydra.hq.c3d2.de";