From 12209b69b8034b0f41f30dfedaa5ab151124c4fe Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Tue, 24 Feb 2026 23:55:02 -0800 Subject: [PATCH] networking fixes --- common/network/pia-vpn/vpn-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/network/pia-vpn/vpn-container.nix b/common/network/pia-vpn/vpn-container.nix index 0782e6c..b210918 100644 --- a/common/network/pia-vpn/vpn-container.nix +++ b/common/network/pia-vpn/vpn-container.nix @@ -52,7 +52,7 @@ in { config = mkIf cfg.enable { # 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 = { autoStart = true;