summary refs log tree commit diff
path: root/nixos/doc/manual/from_md
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2021-06-26 03:37:52 +0200
committerFelix Singer <felixsinger@posteo.net>2021-06-30 03:43:35 +0200
commitb7a2309786b75989fb31816439f7e52a31cc64b3 (patch)
tree6602920b3c4ac96b9e4e62601e21501eb49acc39 /nixos/doc/manual/from_md
parente85975942742a3728226ac22a3415f2355bfc897 (diff)
downloadnixpkgs-b7a2309786b75989fb31816439f7e52a31cc64b3.tar
nixpkgs-b7a2309786b75989fb31816439f7e52a31cc64b3.tar.gz
nixpkgs-b7a2309786b75989fb31816439f7e52a31cc64b3.tar.bz2
nixpkgs-b7a2309786b75989fb31816439f7e52a31cc64b3.tar.lz
nixpkgs-b7a2309786b75989fb31816439f7e52a31cc64b3.tar.xz
nixpkgs-b7a2309786b75989fb31816439f7e52a31cc64b3.tar.zst
nixpkgs-b7a2309786b75989fb31816439f7e52a31cc64b3.zip
flashrom: Install udev-rules file
Add the udev-rules file from flashrom source to the out directory. The
file contains rules for programmers used by flashrom. Members of the
`flashrom` system group are allowed to access these devices.

Also, add a module for installing flashrom and adding flashrom to udev
packages. The module can be used by setting `programs.flashrom.enable`
to `true`.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'nixos/doc/manual/from_md')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml8
1 files changed, 8 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 896a797cefb..abd10a6f9a7 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
@@ -48,6 +48,14 @@
           <link xlink:href="options.html#opt-networking.ucarp.enable">networking.ucarp</link>.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          Users of flashrom should migrate to
+          <link xlink:href="options.html#opt-programs.flashrom.enable">programs.flashrom.enable</link>
+          and add themselves to the <literal>flashrom</literal> group to
+          be able to access programmers supported by flashrom.
+        </para>
+      </listitem>
     </itemizedlist>
   </section>
   <section xml:id="sec-release-21.11-incompatibilities">