nixos/zfs-replication: fix typo (#368764)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user