diff options
Diffstat (limited to 'host')
-rw-r--r-- | host/software/server/wireguard.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host/software/server/wireguard.nix b/host/software/server/wireguard.nix index 103e87d..c4d8488 100644 --- a/host/software/server/wireguard.nix +++ b/host/software/server/wireguard.nix @@ -34,6 +34,10 @@ publicKey = "jUtbAF3TZDEFXlL+YTV3g26wP0IWGbpiCFGXjxo5TXE="; allowedIPs = [ "10.100.0.6" ]; } + { # athena new + publicKey = "byk4tOSFypOOcIQ0Za1UNilm6Bigm+dQVPxilB7NB0k="; + allowedIPs = [ "10.100.0.7" ]; + } ]; }; }; |