hosts/plover: change backup schedule to daily

This commit is contained in:
Gabriel Arazas 2023-10-04 13:28:43 +08:00
parent 516b6e84d2
commit 24b70bf04a
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -172,7 +172,7 @@ in
]; ];
repo = borgRepo "services"; repo = borgRepo "services";
passCommand = "cat ${config.sops.secrets."borg/repos/services/password".path}"; passCommand = "cat ${config.sops.secrets."borg/repos/services/password".path}";
} // { startAt = "weekly"; }; } // { startAt = "daily"; };
}; };
programs.ssh.extraConfig = '' programs.ssh.extraConfig = ''