pgres: init ec db

This commit is contained in:
notohh 2024-11-12 16:38:35 -05:00
parent f22276dd70
commit a7af31f7c8
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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 = {