diff --git a/nixos/modules/services/web-apps/netbox.nix b/nixos/modules/services/web-apps/netbox.nix index d380ab60bc41..65f761373cda 100644 --- a/nixos/modules/services/web-apps/netbox.nix +++ b/nixos/modules/services/web-apps/netbox.nix @@ -393,7 +393,7 @@ in ${lib.concatStringsSep " " cfg.gunicornArgs} ''; PrivateTmp = true; - TimeoutStartSec = lib.mkDefault "5min"; + TimeoutStartSec = lib.mkDefault "10min"; }; };