summary refs log tree commit diff
path: root/nixos/modules/services/networking/unbound.nix
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-09-01 18:47:40 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2016-09-15 15:37:19 +0200
commit0759e77dfd1d9272a2a26390b5a2cb8fb80efc3c (patch)
tree4493e5f3d4420b63806460fd54d10f04b4f1aa24 /nixos/modules/services/networking/unbound.nix
parent52432ee63d9ab57d9dba7d9ce738d3964b2314a6 (diff)
downloadnixpkgs-0759e77dfd1d9272a2a26390b5a2cb8fb80efc3c.tar
nixpkgs-0759e77dfd1d9272a2a26390b5a2cb8fb80efc3c.tar.gz
nixpkgs-0759e77dfd1d9272a2a26390b5a2cb8fb80efc3c.tar.bz2
nixpkgs-0759e77dfd1d9272a2a26390b5a2cb8fb80efc3c.tar.lz
nixpkgs-0759e77dfd1d9272a2a26390b5a2cb8fb80efc3c.tar.xz
nixpkgs-0759e77dfd1d9272a2a26390b5a2cb8fb80efc3c.tar.zst
nixpkgs-0759e77dfd1d9272a2a26390b5a2cb8fb80efc3c.zip
unbound service: add reference to man:unbound.conf(8)
Diffstat (limited to 'nixos/modules/services/networking/unbound.nix')
-rw-r--r--nixos/modules/services/networking/unbound.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/unbound.nix b/nixos/modules/services/networking/unbound.nix
index 4326a413795..304996c6326 100644
--- a/nixos/modules/services/networking/unbound.nix
+++ b/nixos/modules/services/networking/unbound.nix
@@ -80,7 +80,11 @@ in
       extraConfig = mkOption {
         default = "";
         type = types.str;
-        description = "Extra lines of unbound config.";
+        description = ''
+          Extra unbound config. See
+          <citerefentry><refentrytitle>unbound.conf</refentrytitle><manvolnum>8
+          </manvolnum></citerefentry>.
+        '';
       };
 
     };