1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 03:21:10 +01:00

feat(postgresql): enable backup

This commit is contained in:
2022-12-03 08:25:47 +01:00
parent 72b48e90aa
commit f04ca9d1de
4 changed files with 19 additions and 3 deletions

View File

@@ -14,6 +14,11 @@ in {
];
};
services.postgresqlBackup = {
enable = true;
databases = ["atuin"];
};
systemd.tmpfiles.rules = [
(tmpfilesConfig {
type = "d";