diff options
Diffstat (limited to 'host/software')
-rw-r--r-- | host/software/server/wireguard.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/software/server/wireguard.nix b/host/software/server/wireguard.nix index 92e095f..fac28cf 100644 --- a/host/software/server/wireguard.nix +++ b/host/software/server/wireguard.nix @@ -14,8 +14,8 @@ privateKeyFile = "/etc/wireguard/private"; peers = [ - { # majestix - publicKey = "SM8UGi+7MuS4aKBi5tPqykdHswlEJvLnYSLMjWg5eCQ="; + { # atlas + publicKey = "PyEf1LU8cqfhzdPuiTz1itOX3Q87DwZjEDFjGKO8MHc=" allowedIPs = [ "10.100.0.3" ]; } { # athena |