Skip to content

Commit 880ed6f

Browse files
authored
Merge pull request #568 from csantosb/master
Document use of udev rules under GuixSystem
2 parents 4bd9840 + 6260849 commit 880ed6f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/guide/install.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ openFPGALoader is available in the default repositories:
2424
2525
guix install openfpgaloader
2626
27+
To use openFPGALoader under GuixSystem without root privileges it is necessary to install the necessary udev rules. This can be done by extending ``udev-service-type`` in the ``operating-system`` configuration file with this package
28+
29+
.. code-block:: bash
30+
31+
(udev-rules-service 'openfpgaloader openfpgaloader #:groups '(\"plugdev\")
32+
33+
Additionally, ``plugdev`` group should be registered in the ``supplementary-groups`` field of your ``user-account``declaration. Refer to ``Base Services`` section in the manual for examples.
34+
2735
Arch Linux
2836
----------
2937

0 commit comments

Comments
 (0)