From fcd91e9ed03482c885b62ba0a07c2fb5f7ed549a Mon Sep 17 00:00:00 2001 From: maralorn Date: Mon, 13 Mar 2023 14:41:03 +0100 Subject: [PATCH] Dodge port collision --- nixos/roles/headscale.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/roles/headscale.nix b/nixos/roles/headscale.nix index d2da9306..190e36f3 100644 --- a/nixos/roles/headscale.nix +++ b/nixos/roles/headscale.nix @@ -6,7 +6,7 @@ flake-inputs: { inherit (config.m-0) hosts; domain = "headscale.maralorn.de"; zone = "maralorn.de"; - derp_port = 3478; + derp_port = 3479; in { disabledModules = [ "services/networking/headscale.nix"