modules/nixos/backup: add hourly
This commit is contained in:
parent
237b43c1d4
commit
4eda852b6f
4 changed files with 25 additions and 3 deletions
modules/nixos
|
@ -40,6 +40,7 @@
|
|||
name = "github-org";
|
||||
after = [ config.systemd.services.github-org-backup.name ];
|
||||
paths = [ "/var/lib/github-org-backup" ];
|
||||
startAt = "daily";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue