aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/arrakis
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2025-04-14 13:41:44 -0700
committerMark Nipper <nipsy@bitgnome.net>2025-04-14 13:41:44 -0700
commit5faa8018360ab6c18bebac9e98dad68913468814 (patch)
tree30617e5306d07922345674611c660d610ab99ae1 /hosts/arrakis
parent1f8907bed0618e791f56ba9f3bd2402987faa05b (diff)
downloadnix-5faa8018360ab6c18bebac9e98dad68913468814.tar
nix-5faa8018360ab6c18bebac9e98dad68913468814.tar.gz
nix-5faa8018360ab6c18bebac9e98dad68913468814.tar.bz2
nix-5faa8018360ab6c18bebac9e98dad68913468814.tar.lz
nix-5faa8018360ab6c18bebac9e98dad68913468814.tar.xz
nix-5faa8018360ab6c18bebac9e98dad68913468814.tar.zst
nix-5faa8018360ab6c18bebac9e98dad68913468814.zip
Enable VPN client fangorn @arrakis
Diffstat (limited to '')
-rw-r--r--hosts/arrakis/default.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix
index d4cbb99..8573de3 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}";
@@ -248,6 +248,7 @@
"ssh_config".path = "/root/.ssh/config";
"wireguard/arrakis_key" = {};
"wireguard/black-sheep_psk" = {};
+ "wireguard/fangorn_psk" = {};
"wireguard/ginaz_psk" = {};
"wireguard/homer_psk" = {};
"wireguard/lilnasx_psk" = {};