diff options
Diffstat (limited to 'hosts/arrakis/default.nix')
-rw-r--r-- | hosts/arrakis/default.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix index dd0f136..d4cbb99 100644 --- a/hosts/arrakis/default.nix +++ b/hosts/arrakis/default.nix @@ -195,11 +195,11 @@ presharedKeyFile = "${config.sops.secrets."wireguard/timetrad_psk".path}"; publicKey = "/lWCEMGRIr3Gl/3GQYuweAKylhH5H2KqamiXeocYFVM="; } - { # fangorn - allowedIPs = [ "10.4.20.9/32" ]; - presharedKeyFile = "${config.sops.secrets."wireguard/fangorn_psk".path}"; - publicKey = "G4oahOfaCR+ecXLGM2ilPYzqX6x8v/6z8VIo2vP2RC4="; - } + #{ # fangorn + # allowedIPs = [ "10.4.20.9/32" ]; + # presharedKeyFile = "${config.sops.secrets."wireguard/fangorn_psk".path}"; + # publicKey = "G4oahOfaCR+ecXLGM2ilPYzqX6x8v/6z8VIo2vP2RC4="; + #} { # ginaz allowedIPs = [ "10.4.20.254/32" ]; presharedKeyFile = "${config.sops.secrets."wireguard/ginaz_psk".path}"; |