From 976b05f815351b47146c7f8faf0ebb9fa9c733e9 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 24 Sep 2026 20:21:26 -0500 Subject: wg configs for T430 w/o autostart --- hosts/T430/wg.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts/T430/wg.nix') diff --git a/hosts/T430/wg.nix b/hosts/T430/wg.nix index 7b98ad8..00023b9 100644 --- a/hosts/T430/wg.nix +++ b/hosts/T430/wg.nix @@ -5,5 +5,7 @@ networking.wg-quick.interfaces = { wg0.configFile = config.sops.secrets.wg0.path; wg1.configFile = config.sops.secrets.wg1.path; + wg0.autostart = false; + wg1.autostart = false; }; } -- cgit v1.3.1