···8283 apiServer = mkOption {
84 type = types.str;
85- example = "localhost:8080";
86- description = "host:port to connect to the API. Ignored unless mode is set to 'api'";
87 };
8889 extraArguments = mkOption {
···8283 apiServer = mkOption {
84 type = types.str;
85+ example = "http://localhost:8080";
86+ description = "URI to connect to the API. Ignored unless mode is set to 'api'";
87 };
8889 extraArguments = mkOption {