mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00: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
|
let
|
||||||
args = lib.map lib.escapeShellArg (
|
args = lib.map lib.escapeShellArg (
|
||||||
[
|
[
|
||||||
"-l"
|
"--user"
|
||||||
cfg.username
|
cfg.username
|
||||||
"-i"
|
"--identity-file"
|
||||||
cfg.identityFilePath
|
cfg.identityFilePath
|
||||||
cfg.host
|
cfg.host
|
||||||
cfg.remoteFilesystem
|
cfg.remoteFilesystem
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue