postgres: init vaultwarden
This commit is contained in:
parent
a00e4c85fa
commit
60b9f31a2d
1 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,10 @@
|
|||
name = "atticd";
|
||||
ensurePermissions."DATABASE atticd" = "ALL PRIVILEGES";
|
||||
}
|
||||
{
|
||||
name = "vaultwarden";
|
||||
ensurePermissions."DATABASE vaultwarden" = "ALL PRIVILEGES";
|
||||
}
|
||||
];
|
||||
ensureDatabases = [
|
||||
"forgejo"
|
||||
|
@ -56,6 +60,7 @@
|
|||
"grafana"
|
||||
"authelia"
|
||||
"atticd"
|
||||
"vaultwarden"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue