commit 364dbdd29e9bbb6fd92e97d1a47d5c0373ef83f0
parent 02685ce72f0388f716a6579524f3078da6cecc11
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 27 Jan 2024 16:14:00 +0100
Meow
Diffstat:
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -545,10 +545,9 @@ in {
};
area 0.0.0.0 {
networks {
- 10.100.0.1/32;
- 10.100.0.0/24;
+ 10.100.12.1/32;
};
- interface "nordgedanken", "worker2", "floating1", "enp7s0" {
+ interface "floating1", "enp7s0" {
type ptp; # VPN tunnels should be point-to-point
};
};
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -643,10 +643,9 @@ in {
};
area 0.0.0.0 {
networks {
- 10.100.0.3/32;
- 10.100.0.0/24;
+ 10.100.12.1/32;
};
- interface "nordgedanken", "worker1", "floating1" {
+ interface "floating1", "enp7s0" {
type ptp; # VPN tunnels should be point-to-point
};
};