diff options
| author | Leonardo <noreply@leoflo.me> | 2026-03-23 11:09:49 +0100 |
|---|---|---|
| committer | Leonardo <noreply@leoflo.me> | 2026-03-23 11:09:49 +0100 |
| commit | 626351fa5a7a0cd366021edaa84e1cd794af1017 (patch) | |
| tree | 83d0a4820499577d11dea58dcad5998f5ebbacb1 /systems | |
| parent | d7c8821439836dfa8772eefb75ee7e8bd3a874e5 (diff) | |
| download | nixos-626351fa5a7a0cd366021edaa84e1cd794af1017.tar.gz nixos-626351fa5a7a0cd366021edaa84e1cd794af1017.zip | |
zeus aggiunto alla vpn e nuovi domini interni
Diffstat (limited to 'systems')
| -rw-r--r-- | systems/afrodite/networking.nix | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/systems/afrodite/networking.nix b/systems/afrodite/networking.nix index e55e21d..7fd425b 100644 --- a/systems/afrodite/networking.nix +++ b/systems/afrodite/networking.nix @@ -25,21 +25,25 @@ peers = [ { + # odino publicKey = "GX/1ks+T1OcBsW7XiMIN1k2/azaCWH69eGh9dltfJhU="; allowedIPs = [ "10.69.0.2/32" ]; persistentKeepalive = 25; } { + # hermes publicKey = "99XBoIZ55yradB45bDZ94fc1IQGkNp9argWaT2otRBU="; allowedIPs = [ "10.69.0.3/32" ]; persistentKeepalive = 25; } - #{ - # publicKey = ""; - # allowedIPs = [ "10.69.0.4/32" ]; - # persistentKeepalive = 25; - #} { + # zeus + publicKey = "cR1TRWLX8DqZtOEOR7djqlX0ewy648h8oHaZkW9JUjU="; + allowedIPs = [ "10.69.0.4/32" ]; + persistentKeepalive = 25; + } + { + # ares publicKey = "bMgACe4Pp2VQ0lpMb0Q2RVw/n5KIIg20xT90eesxcEw="; allowedIPs = [ "10.69.0.5/32" ]; persistentKeepalive = 25; |
