diff --git a/hardware/zsa.nix b/hardware/zsa.nix index 96b99c6..d2beb99 100644 --- a/hardware/zsa.nix +++ b/hardware/zsa.nix @@ -17,4 +17,6 @@ _: # Keymapp Flashing rules for the Voyager SUBSYSTEMS=="usb", ATTRS{idVendor}=="3297", MODE:="0666", SYMLINK+="ignition_dfu" ''; + + users.groups.plugdev = { }; }