postgres: init miniflux
This commit is contained in:
parent
ef0d474c1b
commit
ac320e4fd6
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,10 @@
|
|||
name = "attic";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
{
|
||||
name = "miniflux";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
];
|
||||
ensureDatabases = [
|
||||
"forgejo"
|
||||
|
@ -52,6 +56,7 @@
|
|||
"authelia"
|
||||
"vaultwarden"
|
||||
"attic"
|
||||
"miniflux"
|
||||
];
|
||||
};
|
||||
services.postgresqlBackup = {
|
||||
|
|
Loading…
Reference in a new issue