about summary refs log tree commit diff
path: root/nixos/doc/manual
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-11-02 14:36:19 +0100
committerVladimír Čunát <vcunat@gmail.com>2018-11-02 14:40:14 +0100
commita92a2c8e158c1a67486e17063d04e448f25b865c (patch)
treedb7fac830d1fbd363ccaeecc300a2e492844f33d /nixos/doc/manual
parenta53bc2c2659d638982e15c6e981e447f5e88075f (diff)
parent87e4e1ba72dafd0ea1208cd959d047c04612b4aa (diff)
downloadnixlib-a92a2c8e158c1a67486e17063d04e448f25b865c.tar
nixlib-a92a2c8e158c1a67486e17063d04e448f25b865c.tar.gz
nixlib-a92a2c8e158c1a67486e17063d04e448f25b865c.tar.bz2
nixlib-a92a2c8e158c1a67486e17063d04e448f25b865c.tar.lz
nixlib-a92a2c8e158c1a67486e17063d04e448f25b865c.tar.xz
nixlib-a92a2c8e158c1a67486e17063d04e448f25b865c.tar.zst
nixlib-a92a2c8e158c1a67486e17063d04e448f25b865c.zip
Merge branch 'master' into staging
Conflict: rename of pythondaemon -> python-daemon.
Diffstat (limited to 'nixos/doc/manual')
-rw-r--r--nixos/doc/manual/configuration/firewall.xml9
-rw-r--r--nixos/doc/manual/release-notes/rl-1903.xml30
2 files changed, 30 insertions, 9 deletions
diff --git a/nixos/doc/manual/configuration/firewall.xml b/nixos/doc/manual/configuration/firewall.xml
index b66adcedce6e..47a19ac82c0f 100644
--- a/nixos/doc/manual/configuration/firewall.xml
+++ b/nixos/doc/manual/configuration/firewall.xml
@@ -34,13 +34,4 @@
   Similarly, UDP port ranges can be opened through
   <xref linkend="opt-networking.firewall.allowedUDPPortRanges"/>.
  </para>
-
- <para>
-  Also of interest is
-<programlisting>
-<xref linkend="opt-networking.firewall.allowPing"/> = true;
-</programlisting>
-  to allow the machine to respond to ping requests. (ICMPv6 pings are always
-  allowed.)
- </para>
 </section>
diff --git a/nixos/doc/manual/release-notes/rl-1903.xml b/nixos/doc/manual/release-notes/rl-1903.xml
index 7cfe1d27a4ff..8d0fbbb1a5d7 100644
--- a/nixos/doc/manual/release-notes/rl-1903.xml
+++ b/nixos/doc/manual/release-notes/rl-1903.xml
@@ -99,6 +99,16 @@
        start org.nixos.nix-daemon</command>.
       </para>
      </listitem>
+     <listitem>
+      <para>
+        The Syncthing state and configuration data has been moved from
+        <varname>services.syncthing.dataDir</varname> to the newly defined
+        <varname>services.syncthing.configDir</varname>, which default to
+        <literal>/var/lib/syncthing/.config/syncthing</literal>.
+        This change makes possible to share synced directories using ACLs
+        without Syncthing resetting the permission on every start.
+      </para>
+     </listitem>
     </itemizedlist>
    </listitem>
    <listitem>
@@ -154,6 +164,26 @@
      has been renamed to <varname>postgresql_9_6</varname>.
     </para>
    </listitem>
+   <listitem>
+    <para>
+      Slurm introduces the new option
+      <literal>services.slurm.stateSaveLocation</literal>,
+      which is now set to <literal>/var/spool/slurm</literal> by default
+      (instead of <literal>/var/spool</literal>).
+      Make sure to move all files to the new directory or to set the option accordingly.
+    </para>
+    <para>
+      The slurmctld now runs as user <literal>slurm</literal> instead of <literal>root</literal>.
+      If you want to keep slurmctld running as <literal>root</literal>, set
+      <literal>services.slurm.user = root</literal>.
+    </para>
+    <para>
+      The options <literal>services.slurm.nodeName</literal> and
+      <literal>services.slurm.partitionName</literal> are now sets of
+      strings to correctly reflect that fact that each of these
+      options can occour more than once in the configuration.
+    </para>
+   </listitem>
   </itemizedlist>
  </section>