From 9ea81efb86ffdb427d3b5a770c00e40c68661d23 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 28 Dec 2024 10:32:42 +0100 Subject: refactor(tente): declare ports in default.nix --- nixos/hosts/tente/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nixos/hosts/tente/default.nix') diff --git a/nixos/hosts/tente/default.nix b/nixos/hosts/tente/default.nix index e6ec7ec..110507c 100644 --- a/nixos/hosts/tente/default.nix +++ b/nixos/hosts/tente/default.nix @@ -26,6 +26,9 @@ in matrix.serverName = domain; matrix.apiDomain = "matrix.${domain}"; + headscale.port = 8080; + matrix.port = 8008; + # Use the GRUB 2 boot loader. boot.loader.grub.enable = true; # boot.loader.grub.efiSupport = true; -- cgit v1.2.3