Compare commits

..

No commits in common. "d3399422cea06f505dae2a61bc1299c6d99e817f" and "4851c4358ba3e9d61102c123d0c12161ba46c6db" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View file

@ -6,7 +6,7 @@
./dawarich.nix
./forgejo.nix
./immich.nix
# ./matrix.nix
./matrix.nix
./opengist.nix
./zitadel.nix
];

View file

@ -219,9 +219,6 @@ in
services.resolved.enable = true;
# Add dendrite to PATH for admin tools (create-account, etc.)
environment.systemPackages = [ pkgs.dendrite ];
# PostgreSQL for Dendrite and mautrix-gmessages
services.postgresql = {
enable = true;