Increase file limit

This commit is contained in:
Sandro - 2023-10-29 02:29:07 +01:00
parent e3524a7c08
commit a7249d1a01
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ in
after = [ "network-online.target" ];
unitConfig.ConditionPathExists = "/var/lib/microvms/%i";
serviceConfig = {
LimitNOFILE = "1048576";
Type = "oneshot";
};
path = with pkgs; [ nix git ];