0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

nixos/zfs-replication: use expanded arguments for clarity

This commit is contained in:
Gaetan Lepage 2025-01-02 08:48:22 +01:00
parent 3da6bd3e69
commit 83af87a206

View file

@ -80,9 +80,9 @@ in
let let
args = lib.map lib.escapeShellArg ( args = lib.map lib.escapeShellArg (
[ [
"-l" "--user"
cfg.username cfg.username
"-i" "--identity-file"
cfg.identityFilePath cfg.identityFilePath
cfg.host cfg.host
cfg.remoteFilesystem cfg.remoteFilesystem