From 5b530d4568158d9ac99ad70cd9684d7f263a6e13 Mon Sep 17 00:00:00 2001 From: David Johnson Date: Fri, 6 Oct 2017 16:52:22 -0700 Subject: oauth2_proxy: default address updated Go will fail to parse this otherwise. https://github.com/golang/go/issues/19297 --- nixos/modules/services/security/oauth2_proxy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/security/oauth2_proxy.nix b/nixos/modules/services/security/oauth2_proxy.nix index 3e5087766b1c..ef48d52e7a94 100644 --- a/nixos/modules/services/security/oauth2_proxy.nix +++ b/nixos/modules/services/security/oauth2_proxy.nix @@ -385,7 +385,7 @@ in httpAddress = mkOption { type = types.str; - default = "127.0.0.1:4180"; + default = "http://127.0.0.1:4180"; description = '' HTTPS listening address. This module does not expose the port by default. If you want this URL to be accessible to other machines, please -- cgit 1.4.1