hosts: nixos: porthos: services: set matrix secret

This commit is contained in:
Bruno BELANYI 2023-04-01 13:50:05 +02:00
parent d20e921e33
commit 8d0f29bd33
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ in
enable = true;
mailConfigFile = secrets."matrix/mail".path;
# Only necessary when doing the initial registration
# secret = "change-me";
secretFile = secrets."matrix/secret".path;
};
miniflux = {
enable = true;