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";
|
name = "vaultwarden";
|
||||||
ensureDBOwnership = true;
|
ensureDBOwnership = true;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "attic";
|
||||||
|
ensureDBOwnership = true;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
ensureDatabases = [
|
ensureDatabases = [
|
||||||
"forgejo"
|
"forgejo"
|
||||||
|
@ -47,6 +51,7 @@
|
||||||
"grafana"
|
"grafana"
|
||||||
"authelia"
|
"authelia"
|
||||||
"vaultwarden"
|
"vaultwarden"
|
||||||
|
"attic"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
services.postgresqlBackup = {
|
services.postgresqlBackup = {
|
||||||
|
|
Loading…
Reference in a new issue