summary refs log tree commit diff
path: root/nixos/modules/services/security
diff options
context:
space:
mode:
authorJoachim F <joachifm@users.noreply.github.com>2017-10-20 16:28:40 +0000
committerGitHub <noreply@github.com>2017-10-20 16:28:40 +0000
commit815bebf9e83a5f693c0e586477f6202e23ddf2df (patch)
treeae62321bcec63a03bac39c077e3e34d2942712e5 /nixos/modules/services/security
parent6991438df9669de5ff50f514025f89585b180771 (diff)
parent5b530d4568158d9ac99ad70cd9684d7f263a6e13 (diff)
downloadnixlib-815bebf9e83a5f693c0e586477f6202e23ddf2df.tar
nixlib-815bebf9e83a5f693c0e586477f6202e23ddf2df.tar.gz
nixlib-815bebf9e83a5f693c0e586477f6202e23ddf2df.tar.bz2
nixlib-815bebf9e83a5f693c0e586477f6202e23ddf2df.tar.lz
nixlib-815bebf9e83a5f693c0e586477f6202e23ddf2df.tar.xz
nixlib-815bebf9e83a5f693c0e586477f6202e23ddf2df.tar.zst
nixlib-815bebf9e83a5f693c0e586477f6202e23ddf2df.zip
Merge pull request #30173 from dmjio/patch-1
oauth2_proxy: default address updated
Diffstat (limited to 'nixos/modules/services/security')
-rw-r--r--nixos/modules/services/security/oauth2_proxy.nix2
1 files changed, 1 insertions, 1 deletions
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