jobs: run backups daily

This commit is contained in:
Michele Guerini Rocco 2022-10-18 00:23:01 +02:00
parent 4a5c599777
commit 381177a942
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -64,7 +64,7 @@ with lib;
in {
description = "system backup";
after = [ "network-online.target" ];
startAt = "weekly";
startAt = "*-*-* 03:00"; # every day at 3:00
serviceConfig = {
Type = "oneshot";