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