summaryrefslogtreecommitdiffstats
path: root/hosts/flex-wg-router/wg.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-09-24 20:24:17 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-09-24 20:24:17 -0500
commit61965bcf03c9d9f135151ca67ab7eaf71a4851a7 (patch)
treeb22a48bd525b8dee1b45eaf6ec2d92c830284618 /hosts/flex-wg-router/wg.nix
parent0ad9549ab28e507241c146ad81f8c440f48bcc43 (diff)
downloadnixos-61965bcf03c9d9f135151ca67ab7eaf71a4851a7.tar.xz
nixos-61965bcf03c9d9f135151ca67ab7eaf71a4851a7.zip
add new ip for flex-wg-router. modify wg. disable dhcp serverHEADmaster
Diffstat (limited to 'hosts/flex-wg-router/wg.nix')
-rw-r--r--hosts/flex-wg-router/wg.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/flex-wg-router/wg.nix b/hosts/flex-wg-router/wg.nix
index b454b81..814a48d 100644
--- a/hosts/flex-wg-router/wg.nix
+++ b/hosts/flex-wg-router/wg.nix
@@ -4,6 +4,6 @@
networking.wg-quick.interfaces = {
wg0.configFile = config.sops.secrets.wg0.path;
- wg1.configFile = config.sops.secrets.wg1.path;
+ #wg1.configFile = config.sops.secrets.wg1.path;
};
}