networking fixes
All checks were successful
Check Flake / check-flake (push) Successful in 3m21s

This commit is contained in:
2026-02-24 23:55:02 -08:00
parent 3bc41dfdb3
commit 12209b69b8

View File

@@ -52,7 +52,7 @@ in
{ {
config = mkIf cfg.enable { config = mkIf cfg.enable {
# Give the container more time to boot (pia-vpn-setup retries can delay readiness) # Give the container more time to boot (pia-vpn-setup retries can delay readiness)
systemd.services."container@pia-vpn".serviceConfig.TimeoutStartSec = "180s"; systemd.services."container@pia-vpn".serviceConfig.TimeoutStartSec = mkForce "180s";
containers.pia-vpn = { containers.pia-vpn = {
autoStart = true; autoStart = true;