summaryrefslogtreecommitdiff
path: root/systems/afrodite/networking.nix
diff options
context:
space:
mode:
authorLeonardo <noreply@leoflo.me>2026-03-22 10:35:32 +0100
committerLeonardo <noreply@leoflo.me>2026-03-22 10:35:32 +0100
commit5e349bf43fc1a24d3d3be965ad3f7a58390b2b1f (patch)
tree80adeb4342664842293d58dbe309c8fafea2687f /systems/afrodite/networking.nix
parent9d7b9bff662ffca7d511fb9e0bd9b542572003bb (diff)
downloadnixos-5e349bf43fc1a24d3d3be965ad3f7a58390b2b1f.tar.gz
nixos-5e349bf43fc1a24d3d3be965ad3f7a58390b2b1f.zip
aggiunto odino alla rete privata
Diffstat (limited to 'systems/afrodite/networking.nix')
-rw-r--r--systems/afrodite/networking.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/systems/afrodite/networking.nix b/systems/afrodite/networking.nix
index c902a01..f5bcd10 100644
--- a/systems/afrodite/networking.nix
+++ b/systems/afrodite/networking.nix
@@ -21,11 +21,11 @@
listenPort = 51820;
peers = [
- #{
- # publicKey = "";
- # allowedIPs = [ "10.69.0.2/32" ];
- # persistentKeepalive = 25;
- #}
+ {
+ publicKey = "GX/1ks+T1OcBsW7XiMIN1k2/azaCWH69eGh9dltfJhU=";
+ allowedIPs = [ "10.69.0.2/32" ];
+ persistentKeepalive = 25;
+ }
{
publicKey = "99XBoIZ55yradB45bDZ94fc1IQGkNp9argWaT2otRBU=";
allowedIPs = [ "10.69.0.3/32" ];