matrix: move out of module

This commit is contained in:
2025-03-10 15:59:15 +00:00
parent de562313ea
commit 0c390a7c91
3 changed files with 223 additions and 257 deletions

View File

@ -8,6 +8,7 @@
./hardware-configuration.nix
./gitea.nix
./kanidm.nix
./matrix.nix
./outline.nix
./photoprism.nix
../server.nix
@ -50,7 +51,7 @@
services.openssh.settings.PermitRootLogin = lib.mkForce "prohibit-password";
modules = rec {
modules = {
services = {
borgmatic = {
enable = true;
@ -67,14 +68,6 @@
matrixIntegration = true;
};
headscale.enable = true;
matrix = {
enable = true;
bridges = {
signal = true;
whatsapp = true;
};
usePostgresql = services.postgresql.enable;
};
nginx.enable = true;
postgresql.enable = true;
};