summary refs log tree commit diff
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2023-01-18 15:31:32 +0100
committerpennae <82953136+pennae@users.noreply.github.com>2023-01-22 17:50:09 +0100
commite067d9e33e1af155cddbe835bb06573a5ae38a02 (patch)
tree9fb6e69f53f197864fcb033636aea0f0f486e8e1
parentcf792cfde3dd2b98041fb8d9480364a765d3ad92 (diff)
downloadnixpkgs-e067d9e33e1af155cddbe835bb06573a5ae38a02.tar
nixpkgs-e067d9e33e1af155cddbe835bb06573a5ae38a02.tar.gz
nixpkgs-e067d9e33e1af155cddbe835bb06573a5ae38a02.tar.bz2
nixpkgs-e067d9e33e1af155cddbe835bb06573a5ae38a02.tar.lz
nixpkgs-e067d9e33e1af155cddbe835bb06573a5ae38a02.tar.xz
nixpkgs-e067d9e33e1af155cddbe835bb06573a5ae38a02.tar.zst
nixpkgs-e067d9e33e1af155cddbe835bb06573a5ae38a02.zip
nixos/redsocks: fix option description formatting
-rw-r--r--nixos/modules/services/networking/redsocks.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/redsocks.nix b/nixos/modules/services/networking/redsocks.nix
index 45feb1313c9..30d6a0a6336 100644
--- a/nixos/modules/services/networking/redsocks.nix
+++ b/nixos/modules/services/networking/redsocks.nix
@@ -37,7 +37,7 @@ in
               - stderr
               - file:/path/to/file
               - syslog:FACILITY where FACILITY is any of "daemon", "local0",
-              etc.
+                etc.
           '';
       };
 
@@ -125,6 +125,7 @@ in
               lib.mdDoc ''
                 Way to disclose client IP to the proxy.
                   - "false": do not disclose
+
                 http-connect supports the following ways:
                   - "X-Forwarded-For": add header "X-Forwarded-For: IP"
                   - "Forwarded_ip": add header "Forwarded: for=IP" (see RFC7239)