Skip to content

Commit

Permalink
[Backport release-24.11] nixos/zfs-replication: add --verbose to comm…
Browse files Browse the repository at this point in the history
…and line arguments (#370183)
  • Loading branch information
GaetanLepage authored Jan 2, 2025
2 parents b277525 + 95a171a commit 9f4b995
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nixos/modules/services/backup/zfs-replication.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f4b995

Please sign in to comment.