Skip to content
Snippets Groups Projects

update production

Closed Ghost User requested to merge develop into production
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -41,6 +41,7 @@ in {
daily = {
paths = cfg.paths;
repo = lib.fileContents "${publicKeyPath}/borgbackup/${config.networking.hostName}.repopath";
doInit = false;
encryption = {
mode = "repokey-blake2";
passCommand = "cat /run/keys/borgbackup/passphrase";
@@ -49,7 +50,7 @@ in {
BORG_RSH = "ssh -i /run/keys/borgbackup/ssh-key";
};
compression = "none";
startAt = "daily";
startAt = "*-*-* 05:00:00 UTC";
};
};
};
Loading