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 687c004f1b64f70e156ecee183c78c243731b573
parent ebe8466722d2988cb663e982eee99b6f0df749f9
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 24 Jan 2024 13:58:09 +0100

More fixes to the ports

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

diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -322,12 +322,14 @@ in { 9962 9100 9963 + 8473 ]; allowedUDPPorts = [ 5060 # SIP 51820 51821 6081 + 8473 config.services.tailscale.port ]; diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -295,11 +295,13 @@ in { 80 443 9963 + 8473 ]; allowedUDPPorts = [ 51840 51841 6081 + 8473 ]; extraCommands =