modules: services: miniflux: use 'credentialsFiles'
In preparation for the migration to agenix.
This commit is contained in:
parent
da63787874
commit
9d8da4d2b2
2 changed files with 10 additions and 17 deletions
|
|
@ -70,7 +70,10 @@ in
|
|||
};
|
||||
miniflux = {
|
||||
enable = true;
|
||||
password = my.secrets.miniflux.password;
|
||||
credentialsFiles = builtins.toFile "miniflux-creds.txt" ''
|
||||
ADMIN_USERNAME=Ambroisie
|
||||
ADMIN_PASSWORD=${my.secrets.miniflux.password}
|
||||
'';
|
||||
};
|
||||
# Various monitoring dashboards
|
||||
monitoring = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue