Loading nixos/modules/services/web-apps/plantuml-server.nix +0 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
nixos/modules/services/web-apps/plantuml-server.nix +0 −1 Original line number Diff line number Diff line Loading @@ -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; Loading