mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
Add BORG_RSH entry under an environment option
This commit is contained in:
parent
7b7588edb1
commit
4c915f1d1a
|
@ -179,7 +179,7 @@ sudo borg init --encryption=repokey-blake2 \
|
|||
mode = "repokey-blake2";
|
||||
passCommand = "cat /run/keys/borgbackup_passphrase";
|
||||
};
|
||||
BORG_RSH = "ssh -i /run/keys/id_ed25519_borgbase";
|
||||
environment = { BORG_RSH = "ssh -i /run/keys/id_ed25519_borgbase"; };
|
||||
compression = "auto,lzma";
|
||||
startAt = "daily";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue