diff --git a/module.nix b/module.nix index f1120b8..e779940 100644 --- a/module.nix +++ b/module.nix @@ -115,7 +115,7 @@ in { description = "cl-gemini Gemini server (https://gemini.curcumlunar.space/)."; - path = [ cl-gemini-launcher ]; + path = [ cl-gemini-launcher gcc file getent ]; serviceConfig = let genKeyCommand = { hostname, key, certs, ... }: @@ -171,8 +171,6 @@ in { CL_SOURCE_REGISTRY = lispSourceRegistry cl-gemini; }; - path = [ gcc file getent ]; - wantedBy = [ "multi-user.target" ]; }; };