summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-08 09:42:05 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-08 09:44:01 +0200
commit694cc6172a4c717d03ec80c2081c2a3f329484d5 (patch)
tree0c318760895e518f8efd87c09f53aa7639bbdc62 /nixos/doc
parenta4ebaa61e426b3a9c2625be37cfb4828a64a30d6 (diff)
downloadnixlib-694cc6172a4c717d03ec80c2081c2a3f329484d5.tar
nixlib-694cc6172a4c717d03ec80c2081c2a3f329484d5.tar.gz
nixlib-694cc6172a4c717d03ec80c2081c2a3f329484d5.tar.bz2
nixlib-694cc6172a4c717d03ec80c2081c2a3f329484d5.tar.lz
nixlib-694cc6172a4c717d03ec80c2081c2a3f329484d5.tar.xz
nixlib-694cc6172a4c717d03ec80c2081c2a3f329484d5.tar.zst
nixlib-694cc6172a4c717d03ec80c2081c2a3f329484d5.zip
Enable the firewall by default
Fixes #2135.
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes.xml18
1 files changed, 14 insertions, 4 deletions
diff --git a/nixos/doc/manual/release-notes.xml b/nixos/doc/manual/release-notes.xml
index 8899cbb21498..68feb80e090b 100644
--- a/nixos/doc/manual/release-notes.xml
+++ b/nixos/doc/manual/release-notes.xml
@@ -21,10 +21,6 @@ enhancements are the following:
   <listitem><para>NixOS is now based on Glibc 2.18 and GCC
   4.8.</para></listitem>
 
-  <listitem><para>The mysql55 service has been merged into the
-  mysql service, which no longer sets a default for the 'package
-  option.</para></listitem>
-
 </itemizedlist>
 
 </para>
@@ -34,10 +30,24 @@ following incompatible changes:
 
 <itemizedlist>
 
+  <listitem><para>The firewall is now enabled by default. If you don’t
+  want this, you need to disable it explicitly:
+
+<programlisting>
+networking.firewall.enable = false;
+</programlisting>
+
+  </para></listitem>
+
   <listitem><para>The option
   <option>boot.loader.grub.memtest86</option> has been renamed to
   <option>boot.loader.grub.memtest86.enable</option>.</para></listitem>
 
+  <listitem><para>The <literal>mysql55</literal> service has been
+  merged into the <literal>mysql</literal> service, which no longer
+  sets a default for the option
+  <option>services.mysql.package</option>.</para></listitem>
+
 </itemizedlist>
 
 </para>