porthos: services: enable Miniflux
This commit is contained in:
parent
2199c1b10c
commit
91be5ad978
3 changed files with 6 additions and 0 deletions
|
|
@ -46,6 +46,10 @@ in
|
|||
enable = true;
|
||||
secret = my.secrets.matrix.secret;
|
||||
};
|
||||
miniflux = {
|
||||
enable = true;
|
||||
password = my.secrets.miniflux.password;
|
||||
};
|
||||
# Nextcloud self-hosted cloud
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue