nixos

NixOS server files. Mirror from https://git.nordgedanken.dev/kubernetes/nixos
git clone git://archive.git.mtrnord.blog/MTRNord/nixos.git
Log | Files | Refs | README

commit dc761c8a15eb0c0286b936deb86e861df284e89f
parent 5e924293157cb6d9e768ef3e1d9a510959909583
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue,  3 Oct 2023 21:37:47 +0200

Fix wg peers

Diffstat:
Mnixos/worker-1/configuration.nix | 1+
Mnixos/worker-2/configuration.nix | 6++++--
2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -176,6 +176,7 @@ { publicKey = "M+OpQ/umgERHB+K6JJkszVChrRPqqYvMstbr28HRrSE="; allowedIPs = [ + "10.100.12.1/24" "10.100.0.2/24" "fe99:13::2/64" ]; diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -149,6 +149,7 @@ { publicKey = "M+OpQ/umgERHB+K6JJkszVChrRPqqYvMstbr28HRrSE="; allowedIPs = [ + "10.100.12.1/24" "10.100.0.2/24" "fe99:13::2/64" ]; @@ -158,8 +159,9 @@ { publicKey = "IGlPQDCrkWDPgzxSADbed/UFLxz93K+rRXXu9aa4+G8="; allowedIPs = [ - "0.0.0.0/0" - "::/0" + "10.100.12.1/24" + "10.100.0.1/24" + "fe99:13::1/64" ]; endpoint = "49.13.24.105:51820"; }