plantuml-server: remove unnecessary systemd option path (#309893)

This commit is contained in:
Christian Kögler
2025-01-06 00:06:55 +01:00
committed by GitHub
@@ -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;