mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
hosts/plover: change backup schedule to daily
This commit is contained in:
parent
516b6e84d2
commit
24b70bf04a
@ -172,7 +172,7 @@ in
|
||||
];
|
||||
repo = borgRepo "services";
|
||||
passCommand = "cat ${config.sops.secrets."borg/repos/services/password".path}";
|
||||
} // { startAt = "weekly"; };
|
||||
} // { startAt = "daily"; };
|
||||
};
|
||||
|
||||
programs.ssh.extraConfig = ''
|
||||
|
Loading…
Reference in New Issue
Block a user