nixos/zfs-replication: add --verbose to command line arguments (#370150)
This commit is contained in:
@@ -80,9 +80,10 @@ in
|
||||
let
|
||||
args = lib.map lib.escapeShellArg (
|
||||
[
|
||||
"-l"
|
||||
"--verbose"
|
||||
"--user"
|
||||
cfg.username
|
||||
"-i"
|
||||
"--identity-file"
|
||||
cfg.identityFilePath
|
||||
cfg.host
|
||||
cfg.remoteFilesystem
|
||||
|
||||
Reference in New Issue
Block a user