summary refs log tree commit diff
path: root/nixos/modules/services/security/oauth2_proxy.nix
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-11-22 17:23:53 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-11-23 08:42:51 +1000
commitdbbd289982ba87aea30453b1e6fb37f33e6bdb72 (patch)
treed61cff494a9a49b8468faec15df34c023449b35a /nixos/modules/services/security/oauth2_proxy.nix
parentbbcbaeb54d1d08783771f886e04cf8e8afc82651 (diff)
downloadnixpkgs-dbbd289982ba87aea30453b1e6fb37f33e6bdb72.tar
nixpkgs-dbbd289982ba87aea30453b1e6fb37f33e6bdb72.tar.gz
nixpkgs-dbbd289982ba87aea30453b1e6fb37f33e6bdb72.tar.bz2
nixpkgs-dbbd289982ba87aea30453b1e6fb37f33e6bdb72.tar.lz
nixpkgs-dbbd289982ba87aea30453b1e6fb37f33e6bdb72.tar.xz
nixpkgs-dbbd289982ba87aea30453b1e6fb37f33e6bdb72.tar.zst
nixpkgs-dbbd289982ba87aea30453b1e6fb37f33e6bdb72.zip
nixos/*: fix indentation
Diffstat (limited to 'nixos/modules/services/security/oauth2_proxy.nix')
-rw-r--r--nixos/modules/services/security/oauth2_proxy.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/security/oauth2_proxy.nix b/nixos/modules/services/security/oauth2_proxy.nix
index 2f9e94bd77b..486f3ab0538 100644
--- a/nixos/modules/services/security/oauth2_proxy.nix
+++ b/nixos/modules/services/security/oauth2_proxy.nix
@@ -448,7 +448,7 @@ in
       default = false;
       description = ''
         In case when running behind a reverse proxy, controls whether headers
-	like <literal>X-Real-Ip</literal> are accepted. Usage behind a reverse
+        like <literal>X-Real-Ip</literal> are accepted. Usage behind a reverse
         proxy will require this flag to be set to avoid logging the reverse
         proxy IP address.
       '';
@@ -524,7 +524,7 @@ in
       type = types.nullOr types.str;
       default = null;
       description = ''
-      	Profile access endpoint.
+        Profile access endpoint.
       '';
     };