feat: wireguard test

This commit is contained in:
Nick 2025-07-01 15:41:16 -05:00
parent 6fb7b5504d
commit 8b9ece1b4e

View file

@ -21,6 +21,7 @@ in
publicKey = "fs58+Kz+eG9qAXvvMB2NkW+wa88yP61uam4HHWaBJVw=";
presharedKeyFile = config.sops.secrets."${service.name}-public".path;
allowedIPs = [
"192.168.1.0/24"
"0.0.0.0/0"
"::/0"
];