Commit 3e8be162ddcc

Vincent Demeester <vincent@sbr.pm>
2018-09-09 18:16:25
Fix honshu vrsync timer
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 650a604
Changed files (1)
machine
machine/honshu.nix
@@ -39,11 +39,11 @@
     };
   };
   systemd.timers.vrsync = {
-    description = "vrsync hourly";
+    description = "vrsync daily";
     wantedBy = [ "timers.target" ];
     timerConfig = {
-      OnCalendar = "hourly";
-      Persistent = true";"
+      OnCalendar = "daily";
+      Persistent = "true";
     };
   };
   # systemd.timers.vrsync.enable = true;