···483 description = "gitea";
484 after = [ "network.target" ] ++ lib.optional usePostgresql "postgresql.service" ++ lib.optional useMysql "mysql.service";
485 wantedBy = [ "multi-user.target" ];
486- path = [ gitea pkgs.git ];
487488 # In older versions the secret naming for JWT was kind of confusing.
489 # The file jwt_secret hold the value for LFS_JWT_SECRET and JWT_SECRET
···483 description = "gitea";
484 after = [ "network.target" ] ++ lib.optional usePostgresql "postgresql.service" ++ lib.optional useMysql "mysql.service";
485 wantedBy = [ "multi-user.target" ];
486+ path = [ gitea pkgs.git pkgs.gnupg ];
487488 # In older versions the secret naming for JWT was kind of confusing.
489 # The file jwt_secret hold the value for LFS_JWT_SECRET and JWT_SECRET