From 7de9f38d87c16b76ef5d7c0cd7329d49b79b6c09 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 11 May 2021 21:19:18 +0200 Subject: Update athena to new hardware --- host/software/server/wireguard.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'host/software') 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" ]; - } ]; }; }; -- cgit v1.2.3