···385385386386 httpAddress = mkOption {
387387 type = types.str;
388388- default = "127.0.0.1:4180";
388388+ default = "http://127.0.0.1:4180";
389389 description = ''
390390 HTTPS listening address. This module does not expose the port by
391391 default. If you want this URL to be accessible to other machines, please