summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-07-27 19:28:41 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-07-27 20:30:09 +0200
commite3a5bca4ae3737dbe0ff2675d1fd77fdf72db609 (patch)
treefda59394e62abfca2d5b08408fc0797aed4fcb5d /nixos/doc/manual
parenta7bfe5643b0a53aab2bc578d4b527a59f01cc280 (diff)
downloadnixpkgs-e3a5bca4ae3737dbe0ff2675d1fd77fdf72db609.tar
nixpkgs-e3a5bca4ae3737dbe0ff2675d1fd77fdf72db609.tar.gz
nixpkgs-e3a5bca4ae3737dbe0ff2675d1fd77fdf72db609.tar.bz2
nixpkgs-e3a5bca4ae3737dbe0ff2675d1fd77fdf72db609.tar.lz
nixpkgs-e3a5bca4ae3737dbe0ff2675d1fd77fdf72db609.tar.xz
nixpkgs-e3a5bca4ae3737dbe0ff2675d1fd77fdf72db609.tar.zst
nixpkgs-e3a5bca4ae3737dbe0ff2675d1fd77fdf72db609.zip
Require signed binary caches by default
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/release-notes/rl-unstable.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-unstable.xml b/nixos/doc/manual/release-notes/rl-unstable.xml
index ecde80f2a01..6ae8cd83d3f 100644
--- a/nixos/doc/manual/release-notes/rl-unstable.xml
+++ b/nixos/doc/manual/release-notes/rl-unstable.xml
@@ -56,6 +56,11 @@ default, unless you have a non-empty
 <command>cron</command> to be enabled, set
 <option>services.cron.enable = true</option>.</para></listitem>
 
+<listitem><para>Nix now requires binary caches to be cryptographically
+signed. If you have unsigned binary caches that you want to continue
+to use, you should set <option>nix.requireSignedBinaryCaches =
+false</option>.</para></listitem>
+
 <listitem><para>Steam now doesn't need root rights to work. Instead of using
 <literal>*-steam-chrootenv</literal>, you should now just run <literal>steam</literal>.
 <literal>steamChrootEnv</literal> package was renamed to <literal>steam</literal>,