mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
feat: wireguard test
This commit is contained in:
parent
6fb7b5504d
commit
8b9ece1b4e
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ in
|
||||||
publicKey = "fs58+Kz+eG9qAXvvMB2NkW+wa88yP61uam4HHWaBJVw=";
|
publicKey = "fs58+Kz+eG9qAXvvMB2NkW+wa88yP61uam4HHWaBJVw=";
|
||||||
presharedKeyFile = config.sops.secrets."${service.name}-public".path;
|
presharedKeyFile = config.sops.secrets."${service.name}-public".path;
|
||||||
allowedIPs = [
|
allowedIPs = [
|
||||||
|
"192.168.1.0/24"
|
||||||
"0.0.0.0/0"
|
"0.0.0.0/0"
|
||||||
"::/0"
|
"::/0"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue