diff --git a/systems/jeeves-jr/arch_mirror.nix b/systems/jeeves-jr/arch_mirror.nix index cfa65be..af5fc99 100644 --- a/systems/jeeves-jr/arch_mirror.nix +++ b/systems/jeeves-jr/arch_mirror.nix @@ -22,7 +22,7 @@ in serviceConfig = { Environment = "MIRROR_DIR=${vars.main_mirror}/archlinux/"; Type = "simple"; - ExecStart = "${inputs.system_tools.packages.x86_64-linux.default}/bin/ "; + ExecStart = "${inputs.system_tools.packages.x86_64-linux.default}/bin/sync_mirror"; }; }; }