diff options
Diffstat (limited to '')
| -rw-r--r-- | hosts/pad/network.nix | 2 | ||||
| -rw-r--r-- | hosts/station/network.nix | 2 |
2 files changed, 2 insertions, 2 deletions
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="; |
