0
0
Fork 0
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:
Gaetan Lepage 2025-01-02 08:48:37 +01:00
parent 83af87a206
commit 28f43d4628

View file

@ -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"