mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/zfs-replication: add --verbose to command line arguments
This commit is contained in:
parent
83af87a206
commit
28f43d4628
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ in
|
||||||
let
|
let
|
||||||
args = lib.map lib.escapeShellArg (
|
args = lib.map lib.escapeShellArg (
|
||||||
[
|
[
|
||||||
|
"--verbose"
|
||||||
"--user"
|
"--user"
|
||||||
cfg.username
|
cfg.username
|
||||||
"--identity-file"
|
"--identity-file"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue