Unverified Commit e727b10c authored by Josh Spicer's avatar Josh Spicer Committed by GitHub
Browse files

nixos/hackrf: document group requirement (#344118)

parent 2a02d7c7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.
      '';
    };
  };