Unverified Commit 671f385b authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

nixos/zfs-replication: add --verbose to command line arguments (#370150)

parents f7bcfe21 28f43d46
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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