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