plantuml-server: remove unnecessary systemd option path

@nh2 pointed out that adding `/var/lib/plantuml/bin` to `PATH` is odd
This commit is contained in:
Jakob Klepp
2024-05-07 19:16:29 +02:00
committed by GitHub
parent d1c6a5decf
commit 5afa8d15cb
@@ -97,7 +97,6 @@ in
systemd.services.plantuml-server = {
description = "PlantUML server";
wantedBy = [ "multi-user.target" ];
path = [ cfg.home ];
environment = {
PLANTUML_LIMIT_SIZE = builtins.toString cfg.plantumlLimitSize;