nixos/netbox: increase timeout for NetBox pre-start script

since the script does database migrations and index,
it could timeout on slower system with a big enough database
This commit is contained in:
Minijackson 2024-08-02 11:37:22 +02:00
parent d09eb594d3
commit 4409a8d78f
No known key found for this signature in database
GPG Key ID: FEA888C9F5D64F62

View File

@ -324,6 +324,7 @@ in {
--pythonpath ${pkg}/opt/netbox/netbox
'';
PrivateTmp = true;
TimeoutStartSec = lib.mkDefault "5min";
};
};