From 61965bcf03c9d9f135151ca67ab7eaf71a4851a7 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 24 Sep 2026 20:24:17 -0500 Subject: add new ip for flex-wg-router. modify wg. disable dhcp server --- hosts/flex-wg-router/wg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/flex-wg-router/wg.nix') 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; }; } -- cgit v1.3.1