(mkRemovedOptionModule["services""plantuml-server""allowPlantumlInclude"]"This option has been removed from PlantUML.")
];
options={
services.plantuml-server={
enable=mkEnableOption(mdDoc"PlantUML server");
@@ -86,12 +91,6 @@ in
default=null;
description=mdDoc"When calling the proxy endpoint, the value of HTTP_AUTHORIZATION will be used to set the HTTP Authorization header.";
};
allowPlantumlInclude=mkOption{
type=types.bool;
default=false;
description=mdDoc"Enables !include processing which can read files from the server into diagrams. Files are read relative to the current working directory.";