From 31a41642bb708db535e4538d295eb3f69de6c591 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Wed, 21 Feb 2024 11:33:08 +0000 Subject: [PATCH] architect: set port 1194 for headscale --- hosts/architect/headscale.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/architect/headscale.nix b/hosts/architect/headscale.nix index 18c3c9f..141b16d 100644 --- a/hosts/architect/headscale.nix +++ b/hosts/architect/headscale.nix @@ -26,7 +26,8 @@ in services.headscale = { enable = true; package = headscalePkg; - + port = 1194; + settings = { server_url = "https://${domain}"; log.level = "debug";