Compare commits
2 commits
4851c4358b
...
d3399422ce
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d3399422ce | ||
|
|
017652ba1f |
2 changed files with 4 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
./dawarich.nix
|
||||
./forgejo.nix
|
||||
./immich.nix
|
||||
./matrix.nix
|
||||
# ./matrix.nix
|
||||
./opengist.nix
|
||||
./zitadel.nix
|
||||
];
|
||||
|
|
|
|||
|
|
@ -219,6 +219,9 @@ 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue