diff options
author | lassulus <lass@blue.r> | 2018-10-07 11:41:44 +0200 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-10-07 11:41:44 +0200 |
commit | ee07881154f247d792e9121f3eb1c1b1275cd938 (patch) | |
tree | f048764fe696907d23c680cff44b695fccb27fb8 /tv/2configs/backup.nix | |
parent | ea82a695cf7895bd607cec4b5b80f3f90e736ce1 (diff) | |
parent | 5641a6ad03baccf299be6574193a37dd16e17137 (diff) |
Merge remote-tracking branch 'ni/master' into 18.09
Diffstat (limited to 'tv/2configs/backup.nix')
-rw-r--r-- | tv/2configs/backup.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/backup.nix b/tv/2configs/backup.nix index 14d381568..f8de72d00 100644 --- a/tv/2configs/backup.nix +++ b/tv/2configs/backup.nix @@ -26,7 +26,7 @@ with import <stockholm/lib>; method = "pull"; src = { host = config.krebs.hosts.querel; path = "/home"; }; dst = { host = config.krebs.hosts.nomic; path = "/fs/ponyhof/bku/querel-home"; }; - startAt = "00:00"; + startAt = "22:00"; }; wu-home-xu = { method = "push"; |