diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-09-24 20:24:17 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-09-24 20:24:17 -0500 |
| commit | 61965bcf03c9d9f135151ca67ab7eaf71a4851a7 (patch) | |
| tree | b22a48bd525b8dee1b45eaf6ec2d92c830284618 /hosts/flex-wg-router/wg.nix | |
| parent | 0ad9549ab28e507241c146ad81f8c440f48bcc43 (diff) | |
| download | nixos-61965bcf03c9d9f135151ca67ab7eaf71a4851a7.tar.xz nixos-61965bcf03c9d9f135151ca67ab7eaf71a4851a7.zip | |
Diffstat (limited to 'hosts/flex-wg-router/wg.nix')
| -rw-r--r-- | hosts/flex-wg-router/wg.nix | 2 |
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; }; } |
