diff --git a/modules/services/wireguard.nix b/modules/services/wireguard.nix index 87b9765..7a64647 100644 --- a/modules/services/wireguard.nix +++ b/modules/services/wireguard.nix @@ -38,9 +38,9 @@ in allowedIPs = [ "10.100.0.3/32" ]; } # tablet { - publicKey = "TinYhzLh4D+bX7RTwj/Ww3V0JdaTuD114jhgCWCWW1I="; + publicKey = "giPVRUTLtqPGb57R4foGZMNS0tjIp2ry6lMKYtqHjn4="; allowedIPs = [ "10.100.0.15/32" ]; - } # joy + } # jeancarlos { publicKey = "92JdW/NExg1tUE4cEyl6Yn+0Eex+iFVA37ahPRhRnRM="; allowedIPs = [ "10.100.0.16/32" ];