diff --git a/nixos/modules/services/web-apps/plantuml-server.nix b/nixos/modules/services/web-apps/plantuml-server.nix index 91a5be124d08..648a74c8b72a 100644 --- a/nixos/modules/services/web-apps/plantuml-server.nix +++ b/nixos/modules/services/web-apps/plantuml-server.nix @@ -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;