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 5e924293157cb6d9e768ef3e1d9a510959909583
parent cfbbe4722ae77ba05a415160aa0128bb861faace
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue,  3 Oct 2023 21:35:52 +0200

Fix wg peers

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

diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -176,8 +176,8 @@ { publicKey = "M+OpQ/umgERHB+K6JJkszVChrRPqqYvMstbr28HRrSE="; allowedIPs = [ - "0.0.0.0/0" - "::/0" + "10.100.0.2/24" + "fe99:13::2/64" ]; endpoint = "95.217.202.35:51820"; } @@ -185,8 +185,8 @@ { publicKey = "gswnnC4NQp0fXXGDhLaPVslCYPHMsXti0JloOzuGdn8="; allowedIPs = [ - "0.0.0.0/0" - "::/0" + "10.100.0.3/24" + "fe99:13::3/64" ]; endpoint = "37.27.5.79:51820"; } diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -149,8 +149,8 @@ { publicKey = "M+OpQ/umgERHB+K6JJkszVChrRPqqYvMstbr28HRrSE="; allowedIPs = [ - "0.0.0.0/0" - "::/0" + "10.100.0.2/24" + "fe99:13::2/64" ]; endpoint = "95.217.202.35:51820"; }