summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2021-09-17 02:12:13 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2021-09-17 02:12:19 +0200
commit3026ff17ec700429967dda62401c788dba4e90da (patch)
treed20752dfeea1e0c3bbf4ab5360431ef4efa42afc /nixos/doc
parente4da1edf8b6290c406051454820be7017ec2d7dc (diff)
downloadnixpkgs-3026ff17ec700429967dda62401c788dba4e90da.tar
nixpkgs-3026ff17ec700429967dda62401c788dba4e90da.tar.gz
nixpkgs-3026ff17ec700429967dda62401c788dba4e90da.tar.bz2
nixpkgs-3026ff17ec700429967dda62401c788dba4e90da.tar.lz
nixpkgs-3026ff17ec700429967dda62401c788dba4e90da.tar.xz
nixpkgs-3026ff17ec700429967dda62401c788dba4e90da.tar.zst
nixpkgs-3026ff17ec700429967dda62401c788dba4e90da.zip
nixos/doc: new progress in xserver.extraLayouts
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml8
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
2 files changed, 10 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 a150e6af717..b976000df88 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
@@ -1004,6 +1004,14 @@ Superuser created successfully.
       </listitem>
       <listitem>
         <para>
+          The
+          <link xlink:href="options.html#opt-services.xserver.extraLayouts"><literal>services.xserver.extraLayouts</literal></link>
+          no longer cause additional rebuilds when a layout is added or
+          modified.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           Sway: The terminal emulator <literal>rxvt-unicode</literal> is
           no longer installed by default via
           <literal>programs.sway.extraPackages</literal>. The current
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index 56ef6320ac0..54880169570 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -306,6 +306,8 @@ To be able to access the web UI this port needs to be opened in the firewall.
 
   However, if [`services.fail2ban.enable`](options.html#opt-services.fail2ban.enable) is `true`, the `fail2ban` will override the verbosity to `"VERBOSE"`, so that `fail2ban` can observe the failed login attempts from the SSH logs.
 
+- The [`services.xserver.extraLayouts`](options.html#opt-services.xserver.extraLayouts) no longer cause additional rebuilds when a layout is added or modified.
+
 - Sway: The terminal emulator `rxvt-unicode` is no longer installed by default via `programs.sway.extraPackages`. The current default configuration uses `alacritty` (and soon `foot`) so this is only an issue when using a customized configuration and not installing `rxvt-unicode` explicitly.
 
 - `python3` now defaults to Python 3.9. Python 3.9 introduces many deprecation warnings, please look at the [What's New In Python 3.9 post](https://docs.python.org/3/whatsnew/3.9.html) for more information.