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";
|
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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue