···82828383 apiServer = mkOption {
8484 type = types.str;
8585- example = "localhost:8080";
8686- description = "host:port to connect to the API. Ignored unless mode is set to 'api'";
8585+ example = "http://localhost:8080";
8686+ description = "URI to connect to the API. Ignored unless mode is set to 'api'";
8787 };
88888989 extraArguments = mkOption {