commit ebe8466722d2988cb663e982eee99b6f0df749f9
parent 4bb031f2bfc8f79b724822a953dc939c7ebca7fc
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 24 Jan 2024 13:50:52 +0100
Allow geneve tunnel
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -327,6 +327,7 @@ in {
5060 # SIP
51820
51821
+ 6081
config.services.tailscale.port
];
diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix
@@ -299,6 +299,7 @@ in {
allowedUDPPorts = [
51840
51841
+ 6081
];
extraCommands =