nixos/zfs-replication: fix typo (#368764)

This commit is contained in:
Gaétan Lepage
2024-12-28 10:52:25 +01:00
committed by GitHub
@@ -92,7 +92,7 @@ in
++ (lib.optional cfg.followDelete "--follow-delete")
);
in
"${lib.getExe cfg.package} ${lib.concatStringSep " " args}";
"${lib.getExe cfg.package} ${lib.concatStringsSep " " args}";
wantedBy = [
"zfs-snapshot-daily.service"
"zfs-snapshot-frequent.service"