headscale: move out of module

This commit is contained in:
2025-03-10 16:02:05 +00:00
parent 0c390a7c91
commit c0c435c2da
3 changed files with 62 additions and 73 deletions

View File

@ -7,6 +7,7 @@
imports = [
./hardware-configuration.nix
./gitea.nix
./headscale.nix
./kanidm.nix
./matrix.nix
./outline.nix
@ -67,7 +68,6 @@
realm = "turn.vimium.com";
matrixIntegration = true;
};
headscale.enable = true;
nginx.enable = true;
postgresql.enable = true;
};