coturn: move out of module

This commit is contained in:
2025-03-10 16:05:10 +00:00
parent c0c435c2da
commit 5d308dce5e
3 changed files with 118 additions and 140 deletions

View File

@ -6,6 +6,7 @@
{
imports = [
./hardware-configuration.nix
./coturn.nix
./gitea.nix
./headscale.nix
./kanidm.nix
@ -63,11 +64,6 @@
];
repoPath = "ssh://p91y8oh7@p91y8oh7.repo.borgbase.com/./repo";
};
coturn = {
enable = true;
realm = "turn.vimium.com";
matrixIntegration = true;
};
nginx.enable = true;
postgresql.enable = true;
};