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:
Minijackson
2026-04-28 20:58:08 +02:00
parent 9c76ff3157
commit 9bdc55cfb7
+1 -1
View File
@@ -393,7 +393,7 @@ in
${lib.concatStringsSep " " cfg.gunicornArgs}
'';
PrivateTmp = true;
TimeoutStartSec = lib.mkDefault "5min";
TimeoutStartSec = lib.mkDefault "10min";
};
};