We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a77203 + 4b5bbe9 commit 55ea440Copy full SHA for 55ea440
nixos/modules/services/backup/zfs-replication.nix
@@ -92,7 +92,7 @@ in
92
++ (lib.optional cfg.followDelete "--follow-delete")
93
);
94
in
95
- "${lib.getExe cfg.package} ${lib.concatStringSep " " args}";
+ "${lib.getExe cfg.package} ${lib.concatStringsSep " " args}";
96
wantedBy = [
97
"zfs-snapshot-daily.service"
98
"zfs-snapshot-frequent.service"
0 commit comments