jobs: run backups daily
This commit is contained in:
parent
4a5c599777
commit
381177a942
2
jobs.nix
2
jobs.nix
@ -64,7 +64,7 @@ with lib;
|
|||||||
in {
|
in {
|
||||||
description = "system backup";
|
description = "system backup";
|
||||||
after = [ "network-online.target" ];
|
after = [ "network-online.target" ];
|
||||||
startAt = "weekly";
|
startAt = "*-*-* 03:00"; # every day at 3:00
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
Loading…
Reference in New Issue
Block a user