mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +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 New Issue
Block a user