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:
@@ -14,6 +14,11 @@ in {
|
||||
];
|
||||
};
|
||||
|
||||
services.postgresqlBackup = {
|
||||
enable = true;
|
||||
databases = ["atuin"];
|
||||
};
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
(tmpfilesConfig {
|
||||
type = "d";
|
||||
|
||||
Reference in New Issue
Block a user