Server/caddy: double restartSec duration
This commit is contained in:
parent
565e5f8224
commit
dc4f025318
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ in {
|
|||
# ages to boot up. If I don't add a delay, caddy tries to bind to
|
||||
# the tailscale interface before it's ready, making it crash too much
|
||||
# in too little time
|
||||
services.caddy.serviceConfig.RestartSec = lib.mkForce "120s";
|
||||
services.caddy.serviceConfig.RestartSec = lib.mkForce "240s";
|
||||
};
|
||||
programs.rust-motd.settings.service_status.Caddy = "caddy";
|
||||
networking.firewall.allowedTCPPorts = [443 80];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue