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 0b10b873c38b614440ab9dabe102b05ea4858a50
parent 5bdbc271620ce1b83d226ac664d7175de15fe681
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed,  4 Oct 2023 15:40:35 +0200

Fix connection

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

diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -175,13 +175,13 @@ peers = [ # big one { - publicKey = "oBqOZGvt83/u8QETTGxRi8wXqXih9IPDl+T5Snqx9yA="; + publicKey = "M+OpQ/umgERHB+K6JJkszVChrRPqqYvMstbr28HRrSE="; allowedIPs = [ "0.0.0.0/0" "::/0" ]; persistentKeepalive = 25; - endpoint = "95.217.202.35:51820"; + endpoint = "95.217.202.35:51821"; } ]; }; diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -148,13 +148,13 @@ peers = [ # big one { - publicKey = "M+OpQ/umgERHB+K6JJkszVChrRPqqYvMstbr28HRrSE="; + publicKey = "oBqOZGvt83/u8QETTGxRi8wXqXih9IPDl+T5Snqx9yA="; allowedIPs = [ "0.0.0.0/0" "::/0" ]; persistentKeepalive = 25; - endpoint = "95.217.202.35:51821"; + endpoint = "95.217.202.35:51820"; } ]; };