diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-04-14 13:32:59 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-04-14 13:32:59 -0700 |
commit | 54cb7eec0d9fa0fe9064c6c2d5b45c39b8c616f8 (patch) | |
tree | 85a92f7861aa6f99f3aeed5f176541318bb7bf59 /hosts/arrakis | |
parent | dd110161a1230c570c9004798f3f62f5e61a8f5a (diff) | |
download | nix-54cb7eec0d9fa0fe9064c6c2d5b45c39b8c616f8.tar nix-54cb7eec0d9fa0fe9064c6c2d5b45c39b8c616f8.tar.gz nix-54cb7eec0d9fa0fe9064c6c2d5b45c39b8c616f8.tar.bz2 nix-54cb7eec0d9fa0fe9064c6c2d5b45c39b8c616f8.tar.lz nix-54cb7eec0d9fa0fe9064c6c2d5b45c39b8c616f8.tar.xz nix-54cb7eec0d9fa0fe9064c6c2d5b45c39b8c616f8.tar.zst nix-54cb7eec0d9fa0fe9064c6c2d5b45c39b8c616f8.zip |
Add VPN client fangorn @arrakis
Diffstat (limited to 'hosts/arrakis')
-rw-r--r-- | hosts/arrakis/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix index c8f5b56..dd0f136 100644 --- a/hosts/arrakis/default.nix +++ b/hosts/arrakis/default.nix @@ -195,6 +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="; + } { # ginaz allowedIPs = [ "10.4.20.254/32" ]; presharedKeyFile = "${config.sops.secrets."wireguard/ginaz_psk".path}"; |