diff --git a/modules/services/wireguard.nix b/modules/services/wireguard.nix index bcc9cfa..87b9765 100644 --- a/modules/services/wireguard.nix +++ b/modules/services/wireguard.nix @@ -33,10 +33,10 @@ in publicKey = "ciupBjCcIpd3K5vlzNMJC8iiyNqB9xXwkSC6UXPKP3g="; allowedIPs = [ "10.100.0.2/32" ]; } # phone - # { - # publicKey = "p9zdJPe4ZfCal6+6N1Vay0sCyFv53LbXevOqzJddE2c="; - # allowedIPs = [ "10.100.0.3/32" ]; - # } # tablet + { + publicKey = "JgeA1ElDwR7oLmyGn8RzvxiscMBhR8+L+mEjY1Cq7gk="; + allowedIPs = [ "10.100.0.3/32" ]; + } # tablet { publicKey = "TinYhzLh4D+bX7RTwj/Ww3V0JdaTuD114jhgCWCWW1I="; allowedIPs = [ "10.100.0.15/32" ];