hosts: nixos: porthos: services: enable mealie
Some checks failed
ci/woodpecker/push/check Pipeline failed
Some checks failed
ci/woodpecker/push/check Pipeline failed
This commit is contained in:
parent
98cb7ab565
commit
bc8a1874f9
1 changed files with 4 additions and 0 deletions
|
|
@ -68,6 +68,10 @@ in
|
|||
secretFile = secrets."matrix/sliding-sync-secret".path;
|
||||
};
|
||||
};
|
||||
mealie = {
|
||||
enable = true;
|
||||
credentialsFile = secrets."mealie/mail".path;
|
||||
};
|
||||
miniflux = {
|
||||
enable = true;
|
||||
credentialsFiles = secrets."miniflux/credentials".path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue