Skip to content

Commit

Permalink
nixos/zfs-replication: add --verbose to command line arguments
Browse files Browse the repository at this point in the history
(cherry picked from commit 28f43d4)
  • Loading branch information
GaetanLepage authored and github-actions[bot] committed Jan 2, 2025
1 parent 8999abb commit 95a171a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/backup/zfs-replication.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ in
let
args = lib.map lib.escapeShellArg (
[
"--verbose"
"--user"
cfg.username
"--identity-file"
Expand Down

0 comments on commit 95a171a

Please sign in to comment.