Merge pull request #568 from csantosb/master

Document use of udev rules under GuixSystem
This commit is contained in:
Gwenhael Goavec-Merou 2025-07-03 10:52:03 +02:00 committed by GitHub
commit 880ed6f5c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -24,6 +24,14 @@ openFPGALoader is available in the default repositories:
guix install openfpgaloader guix install openfpgaloader
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
.. code-block:: bash
(udev-rules-service 'openfpgaloader openfpgaloader #:groups '(\"plugdev\")
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.
Arch Linux Arch Linux
---------- ----------