From 4c1465811aecc8aa3ee41177e5b1c187b67b1cc8 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sun, 11 Aug 2024 20:08:29 -0400 Subject: [PATCH] fixed typo in sync_mirror ExecStart --- systems/jeeves-jr/arch_mirror.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; }; }