diff options
author | Martin Fischer <martin@push-f.com> | 2024-12-28 10:32:42 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2024-12-28 10:48:40 +0100 |
commit | 9ea81efb86ffdb427d3b5a770c00e40c68661d23 (patch) | |
tree | 91aaa3f8756d1fec28f4b0d4288237b10f9dd528 /nixos/hosts/tente/default.nix | |
parent | 28424ccb86f9fe02c9e9f95958cf10d3a9fe3777 (diff) |
refactor(tente): declare ports in default.nix
Diffstat (limited to 'nixos/hosts/tente/default.nix')
-rw-r--r-- | nixos/hosts/tente/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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; |