diff options
Diffstat (limited to 'host/software')
-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 3b48315..21bf12a 100644 --- a/host/software/server/wireguard.nix +++ b/host/software/server/wireguard.nix @@ -20,6 +20,10 @@ publicKey = "Tkoaewh9HB5rIuJVrFgClRF4x7prOtIlSJjiTYCpxis="; allowedIPs = [ "10.100.0.3/32" ]; } + { # athena + publicKey = "t4SzRV/olVdzAKauJOwFau3I0fTISUvbOAaKGZd6ezU="; + allowedIPs = [ "10.100.0.4/32" ]; + } ]; }; }; |