postgres: add attic db
This commit is contained in:
parent
322aaad770
commit
71041aff1c
1 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,10 @@
|
|||
name = "vaultwarden";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
{
|
||||
name = "attic";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
];
|
||||
ensureDatabases = [
|
||||
"forgejo"
|
||||
|
@ -47,6 +51,7 @@
|
|||
"grafana"
|
||||
"authelia"
|
||||
"vaultwarden"
|
||||
"attic"
|
||||
];
|
||||
};
|
||||
services.postgresqlBackup = {
|
||||
|
|
Loading…
Reference in a new issue