postgres: init vaultwarden

This commit is contained in:
notohh 2023-09-09 13:12:47 -04:00
parent a00e4c85fa
commit 60b9f31a2d
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -48,6 +48,10 @@
name = "atticd"; name = "atticd";
ensurePermissions."DATABASE atticd" = "ALL PRIVILEGES"; ensurePermissions."DATABASE atticd" = "ALL PRIVILEGES";
} }
{
name = "vaultwarden";
ensurePermissions."DATABASE vaultwarden" = "ALL PRIVILEGES";
}
]; ];
ensureDatabases = [ ensureDatabases = [
"forgejo" "forgejo"
@ -56,6 +60,7 @@
"grafana" "grafana"
"authelia" "authelia"
"atticd" "atticd"
"vaultwarden"
]; ];
}; };
} }