···385386 httpAddress = mkOption {
387 type = types.str;
388- default = "127.0.0.1:4180";
389 description = ''
390 HTTPS listening address. This module does not expose the port by
391 default. If you want this URL to be accessible to other machines, please
···385386 httpAddress = mkOption {
387 type = types.str;
388+ default = "http://127.0.0.1:4180";
389 description = ''
390 HTTPS listening address. This module does not expose the port by
391 default. If you want this URL to be accessible to other machines, please