mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 12:19:08 +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";
|
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 = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user