From a855adfdcf0c13ed9878422d8ad073e7a59dc299 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sat, 25 Oct 2025 14:05:13 +0200 Subject: new intenral ip --- hosts/pad/network.nix | 2 +- hosts/station/network.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/pad/network.nix b/hosts/pad/network.nix index cf92f23..a0d9c19 100644 --- a/hosts/pad/network.nix +++ b/hosts/pad/network.nix @@ -28,7 +28,7 @@ peers = [ { allowedIPs = [ - "192.168.10.0/24" + "192.168.9.0/24" "172.16.0.0/24" ]; publicKey = "LEeO3Qy6c3W0qoR1xFhl7Fx29Oppq8tKE72HPoA831I="; diff --git a/hosts/station/network.nix b/hosts/station/network.nix index 682b74b..d16af41 100644 --- a/hosts/station/network.nix +++ b/hosts/station/network.nix @@ -28,7 +28,7 @@ peers = [ { allowedIPs = [ - "192.168.10.0/24" + "192.168.9.0/24" "172.16.0.0/24" ]; publicKey = "LEeO3Qy6c3W0qoR1xFhl7Fx29Oppq8tKE72HPoA831I="; -- cgit v1.2.3