mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-18 17:11:39 +01:00
nuc: configure database backups
This commit is contained in:
parent
d96a4a341c
commit
3f206d8fe0
1 changed files with 12 additions and 0 deletions
|
@ -38,4 +38,16 @@
|
||||||
keep_yearly = 3;
|
keep_yearly = 3;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
services.postgresqlBackup = {
|
||||||
|
enable = true;
|
||||||
|
databases = [
|
||||||
|
"authentik"
|
||||||
|
"grafana"
|
||||||
|
"matrix-synapse"
|
||||||
|
"mautrix-telegram"
|
||||||
|
"postgres"
|
||||||
|
"vaultwarden"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue