summaryrefslogtreecommitdiffstats
path: root/hosts/T430/wg.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/T430/wg.nix')
-rw-r--r--hosts/T430/wg.nix2
1 files changed, 2 insertions, 0 deletions
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;
};
}