summary refs log tree commit diff
path: root/nixos/modules/services/misc/nix-daemon.nix
diff options
context:
space:
mode:
authorAl Zohali <zohl@fmap.me>2016-03-07 22:48:14 +0300
committerAl Zohali <zohl@fmap.me>2016-03-07 23:24:35 +0300
commita227bd4e3b9c98f61fa98f305ea191cb20dbbabd (patch)
tree57edfb444ebce4267ecb684072e8186be5196b70 /nixos/modules/services/misc/nix-daemon.nix
parent0ee75214f336474e127c2e3546c0406a0c4d5fa7 (diff)
downloadnixpkgs-a227bd4e3b9c98f61fa98f305ea191cb20dbbabd.tar
nixpkgs-a227bd4e3b9c98f61fa98f305ea191cb20dbbabd.tar.gz
nixpkgs-a227bd4e3b9c98f61fa98f305ea191cb20dbbabd.tar.bz2
nixpkgs-a227bd4e3b9c98f61fa98f305ea191cb20dbbabd.tar.lz
nixpkgs-a227bd4e3b9c98f61fa98f305ea191cb20dbbabd.tar.xz
nixpkgs-a227bd4e3b9c98f61fa98f305ea191cb20dbbabd.tar.zst
nixpkgs-a227bd4e3b9c98f61fa98f305ea191cb20dbbabd.zip
nix.requireSignedBinaryCaches: description fix
Diffstat (limited to 'nixos/modules/services/misc/nix-daemon.nix')
-rw-r--r--nixos/modules/services/misc/nix-daemon.nix12
1 files changed, 5 insertions, 7 deletions
diff --git a/nixos/modules/services/misc/nix-daemon.nix b/nixos/modules/services/misc/nix-daemon.nix
index cf2ee20801a..78f0cd18040 100644
--- a/nixos/modules/services/misc/nix-daemon.nix
+++ b/nixos/modules/services/misc/nix-daemon.nix
@@ -257,13 +257,11 @@ in
         type = types.bool;
         default = true;
         description = ''
-          If enabled, Nix will only download binaries from binary
-          caches if they are cryptographically signed with any of the
-          keys listed in
-          <option>nix.binaryCachePublicKeys</option>. If disabled (the
-          default), signatures are neither required nor checked, so
-          it's strongly recommended that you use only trustworthy
-          caches and https to prevent man-in-the-middle attacks.
+          If enabled (the default), Nix will only download binaries from binary caches if
+          they are cryptographically signed with any of the keys listed in
+          <option>nix.binaryCachePublicKeys</option>. If disabled, signatures are neither
+          required nor checked, so it's strongly recommended that you use only
+          trustworthy caches and https to prevent man-in-the-middle attacks.
         '';
       };