Defining path twice

This commit is contained in:
niten 2024-05-31 17:04:39 -07:00
parent 4670b8546e
commit 8ef7e6be44
1 changed files with 1 additions and 3 deletions

View File

@ -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" ];
};
};