fixed typo in sync_mirror ExecStart
This commit is contained in:
parent
69f9a5a820
commit
4c1465811a
@ -22,7 +22,7 @@ in
|
|||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Environment = "MIRROR_DIR=${vars.main_mirror}/archlinux/";
|
Environment = "MIRROR_DIR=${vars.main_mirror}/archlinux/";
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
ExecStart = "${inputs.system_tools.packages.x86_64-linux.default}/bin/ ";
|
ExecStart = "${inputs.system_tools.packages.x86_64-linux.default}/bin/sync_mirror";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user