mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/zfs-replication: use expanded arguments for clarity
This commit is contained in:
parent
3da6bd3e69
commit
83af87a206
1 changed files with 2 additions and 2 deletions
|
@ -80,9 +80,9 @@ in
|
|||
let
|
||||
args = lib.map lib.escapeShellArg (
|
||||
[
|
||||
"-l"
|
||||
"--user"
|
||||
cfg.username
|
||||
"-i"
|
||||
"--identity-file"
|
||||
cfg.identityFilePath
|
||||
cfg.host
|
||||
cfg.remoteFilesystem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue