pgres: init ec db
This commit is contained in:
parent
f22276dd70
commit
a7af31f7c8
1 changed files with 5 additions and 0 deletions
|
@ -52,6 +52,10 @@
|
|||
name = "atuin";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
{
|
||||
name = "ec";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
];
|
||||
ensureDatabases = [
|
||||
"forgejo"
|
||||
|
@ -62,6 +66,7 @@
|
|||
"attic"
|
||||
"miniflux"
|
||||
"atuin"
|
||||
"ec"
|
||||
];
|
||||
};
|
||||
services.postgresqlBackup = {
|
||||
|
|
Loading…
Reference in a new issue