summaryrefslogtreecommitdiffstats
path: root/hosts/flex-wg-router/wg.nix
diff options
context:
space:
mode:
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;
};
}