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";
|
name = "attic";
|
||||||
ensureDBOwnership = true;
|
ensureDBOwnership = true;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "miniflux";
|
||||||
|
ensureDBOwnership = true;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
ensureDatabases = [
|
ensureDatabases = [
|
||||||
"forgejo"
|
"forgejo"
|
||||||
|
@ -52,6 +56,7 @@
|
||||||
"authelia"
|
"authelia"
|
||||||
"vaultwarden"
|
"vaultwarden"
|
||||||
"attic"
|
"attic"
|
||||||
|
"miniflux"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
services.postgresqlBackup = {
|
services.postgresqlBackup = {
|
||||||
|
|
Loading…
Reference in a new issue