summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2020-08-22 15:27:59 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2020-08-22 15:29:23 +0200
commit106723615096b7c85ae2b9ec4add851a7cbdef81 (patch)
tree08017a387ee059155ad83011247e3b11f68db48b /nixos
parentb14e1581c8ee27869d5a65ae350581618722dd8b (diff)
downloadnixpkgs-106723615096b7c85ae2b9ec4add851a7cbdef81.tar
nixpkgs-106723615096b7c85ae2b9ec4add851a7cbdef81.tar.gz
nixpkgs-106723615096b7c85ae2b9ec4add851a7cbdef81.tar.bz2
nixpkgs-106723615096b7c85ae2b9ec4add851a7cbdef81.tar.lz
nixpkgs-106723615096b7c85ae2b9ec4add851a7cbdef81.tar.xz
nixpkgs-106723615096b7c85ae2b9ec4add851a7cbdef81.tar.zst
nixpkgs-106723615096b7c85ae2b9ec4add851a7cbdef81.zip
nixos/release-notes: mention GRUB password support
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2009.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2009.xml b/nixos/doc/manual/release-notes/rl-2009.xml
index d5d17299d88..b958aab07c5 100644
--- a/nixos/doc/manual/release-notes/rl-2009.xml
+++ b/nixos/doc/manual/release-notes/rl-2009.xml
@@ -195,6 +195,15 @@ GRANT ALL PRIVILEGES ON *.* TO 'mysql'@'localhost' WITH GRANT OPTION;
       The NixOS module system now supports freeform modules as a mix between <literal>types.attrsOf</literal> and <literal>types.submodule</literal>. These allow you to explicitly declare a subset of options while still permitting definitions without an associated option. See <xref linkend='sec-freeform-modules'/> for how to use them.
      </para>
    </listitem>
+   <listitem>
+     <para>
+       The GRUB module gained support for basic password protection, which
+       allows to restrict non-default entries in the boot menu to one or more
+       users. The users and passwords are defined via the option
+       <option>boot.loader.grub.users</option>.
+       Note: Password support is only avaiable in GRUB version 2.
+     </para>
+   </listitem>
   </itemizedlist>
  </section>