postgres: add attic db

This commit is contained in:
notohh 2024-01-04 14:41:50 -05:00
parent 322aaad770
commit 71041aff1c
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -40,6 +40,10 @@
name = "vaultwarden";
ensureDBOwnership = true;
}
{
name = "attic";
ensureDBOwnership = true;
}
];
ensureDatabases = [
"forgejo"
@ -47,6 +51,7 @@
"grafana"
"authelia"
"vaultwarden"
"attic"
];
};
services.postgresqlBackup = {