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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user