nixos/netbox: increase start timeout
The service kept failing on my machine when running the test, which means it would propaply fail on a potato machine, and we should be nice to potatoes!
This commit is contained in:
@@ -393,7 +393,7 @@ in
|
||||
${lib.concatStringsSep " " cfg.gunicornArgs}
|
||||
'';
|
||||
PrivateTmp = true;
|
||||
TimeoutStartSec = lib.mkDefault "5min";
|
||||
TimeoutStartSec = lib.mkDefault "10min";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user