summaryrefslogtreecommitdiffstats
path: root/hosts/T430/wg.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-09-24 20:21:26 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-09-24 20:21:26 -0500
commit976b05f815351b47146c7f8faf0ebb9fa9c733e9 (patch)
tree7da7df2c920c4e6559697b5628d19dabdc4686f8 /hosts/T430/wg.nix
parent0d33665b7676b533a5d8b7ead830b0faa4113743 (diff)
downloadnixos-976b05f815351b47146c7f8faf0ebb9fa9c733e9.tar.xz
nixos-976b05f815351b47146c7f8faf0ebb9fa9c733e9.zip
wg configs for T430 w/o autostart
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;
};
}