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 6f67c7cb1ef99b728d75740814ada39a54f0e134
parent 276c63d9531a39acc776c7b6600fc05dcbd6812f
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 27 Oct 2023 22:35:19 +0200

meow

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

diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -185,7 +185,7 @@ "0.0.0.0/0" ]; persistentKeepalive = 25; - endpoint = "95.217.202.35:51821"; + endpoint = "95.217.202.35:51831"; } ]; }; @@ -209,7 +209,7 @@ "0.0.0.0/0" ]; persistentKeepalive = 25; - endpoint = "37.27.5.79:51821"; + endpoint = "37.27.5.79:51841"; } ]; }; diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -159,7 +159,7 @@ in wg-quick.interfaces = { nordgedanken = { address = [ "10.100.0.3/24" "fe99:13::3/64" ]; - listenPort = 51820; + listenPort = 51840; privateKeyFile = config.sops.secrets."wireguard/worker-2/wg0/private_key".path; table = "off"; preUp = '' @@ -177,13 +177,13 @@ in "0.0.0.0/0" ]; persistentKeepalive = 25; - endpoint = "95.217.202.35:51820"; + endpoint = "95.217.202.35:51830"; } ]; }; worker1 = { address = [ "10.100.0.3/24" "fe99:13::3/64" ]; - listenPort = 51821; + listenPort = 51841; privateKeyFile = config.sops.secrets."wireguard/worker-2/wg1/private_key".path; table = "off"; preUp = '' @@ -267,14 +267,14 @@ in allowPing = true; allowedTCPPorts = [ 22 # ssh - 51820 - 51821 + 51840 + 51841 9962 9100 ]; allowedUDPPorts = [ - 51820 - 51821 + 51840 + 51841 ]; extraCommands =