modules/nixos/backup: add hourly

This commit is contained in:
zowoq 2024-11-03 12:33:09 +10:00
parent 237b43c1d4
commit 4eda852b6f
4 changed files with 25 additions and 3 deletions

View file

@ -40,6 +40,7 @@
name = "github-org";
after = [ config.systemd.services.github-org-backup.name ];
paths = [ "/var/lib/github-org-backup" ];
startAt = "daily";
}
];
}