From e727b10cc0bff1fbe9bd08ffecf8447e8e96c5f7 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Wed, 30 Oct 2024 03:26:15 -0700 Subject: [PATCH] nixos/hackrf: document group requirement (#344118) --- nixos/modules/hardware/hackrf.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/hardware/hackrf.nix b/nixos/modules/hardware/hackrf.nix index 7f03b765bbda..467fd71ff1b0 100644 --- a/nixos/modules/hardware/hackrf.nix +++ b/nixos/modules/hardware/hackrf.nix @@ -12,6 +12,7 @@ in description = '' Enables hackrf udev rules and ensures 'plugdev' group exists. This is a prerequisite to using HackRF devices without being root, since HackRF USB descriptors will be owned by plugdev through udev. + Ensure your user is a member of the 'plugdev' group after enabling. ''; }; };