summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorlegendofmiracles <legendofmiracles@protonmail.com>2021-10-01 18:08:39 -0600
committerlegendofmiracles <legendofmiracles@protonmail.com>2021-10-07 14:15:17 -0600
commitbb3ea37eeed0da6dbd2c6a6c08abbdd16cf5f875 (patch)
tree03616ce299cf92db7c33aac0431d4fc6fb4ab990 /nixos/doc
parent1f70bb329716aedc98644aada3e31f79c83ad6cf (diff)
downloadnixpkgs-bb3ea37eeed0da6dbd2c6a6c08abbdd16cf5f875.tar
nixpkgs-bb3ea37eeed0da6dbd2c6a6c08abbdd16cf5f875.tar.gz
nixpkgs-bb3ea37eeed0da6dbd2c6a6c08abbdd16cf5f875.tar.bz2
nixpkgs-bb3ea37eeed0da6dbd2c6a6c08abbdd16cf5f875.tar.lz
nixpkgs-bb3ea37eeed0da6dbd2c6a6c08abbdd16cf5f875.tar.xz
nixpkgs-bb3ea37eeed0da6dbd2c6a6c08abbdd16cf5f875.tar.zst
nixpkgs-bb3ea37eeed0da6dbd2c6a6c08abbdd16cf5f875.zip
nixos/networking: add the wakeonlan option
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml7
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
2 files changed, 9 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
index 0688de77af6..64ada2c7534 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
@@ -328,6 +328,13 @@
     <itemizedlist>
       <listitem>
         <para>
+          The <literal>services.wakeonlan</literal> option was removed,
+          and replaced with
+          <literal>networking.interfaces.&lt;name&gt;.wakeOnLan</literal>.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           The <literal>security.wrappers</literal> option now requires
           to always specify an owner, group and whether the
           setuid/setgid bit should be set. This is motivated by the fact
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index 56babf8ac00..3018a26d520 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -101,6 +101,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 ## Backward Incompatibilities {#sec-release-21.11-incompatibilities}
 
+- The `services.wakeonlan` option was removed, and replaced with `networking.interfaces.<name>.wakeOnLan`.
+
 - The `security.wrappers` option now requires to always specify an owner, group and whether the setuid/setgid bit should be set.
   This is motivated by the fact that before NixOS 21.11, specifying either setuid or setgid but not owner/group resulted in wrappers owned by nobody/nogroup, which is unsafe.