Backup is back up

This commit is contained in:
Greg Hellings
2022-08-31 05:59:06 +00:00
parent 4a91f6c6a4
commit 658c478278
+1 -1
View File
@@ -30,7 +30,7 @@ ${job.post}
'';
in {
inherit script;
cron = "0 0 1 * * ${job.user} ${script}/bin/${binName}";
cron = "0 1 * * * ${job.user} ${script}/bin/${binName}";
};
in with lib; {