commit e42fbe7091ad1215b64a8e0c4a46e91d60acd532 parent df16b618263fcfaef7d5d0f08ad05463d4a1e71c Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 4 Oct 2023 12:43:56 +0200 Wireguard foos Diffstat:
| M | nixos/worker-1/configuration.nix | | | 11 | +++++------ |
| M | nixos/worker-2/configuration.nix | | | 11 | +++++------ |
2 files changed, 10 insertions(+), 12 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -175,12 +175,11 @@ # big one { publicKey = "M+OpQ/umgERHB+K6JJkszVChrRPqqYvMstbr28HRrSE="; - allowedIPs = [ ]; - # allowedIPs = [ - # "10.100.12.1/24" - # "10.100.0.2/24" - # "fe99:13::2/64" - # ]; + allowedIPs = [ + "10.100.12.1/24" + "10.100.0.2/24" + "fe99:13::2/64" + ]; persistentKeepalive = 25; endpoint = "95.217.202.35:51820"; } diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -148,12 +148,11 @@ # big one { publicKey = "M+OpQ/umgERHB+K6JJkszVChrRPqqYvMstbr28HRrSE="; - allowedIPs = [ ]; - # allowedIPs = [ - # "10.100.12.1/24" - # "10.100.0.2/24" - # "fe99:13::2/64" - # ]; + allowedIPs = [ + "10.100.12.1/24" + "10.100.0.2/24" + "fe99:13::2/64" + ]; persistentKeepalive = 25; endpoint = "95.217.202.35:51820"; }