7 lines
125 B
Nix
7 lines
125 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.udev.extraRules = ''
|
|
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", GROUP="wheel"
|
|
'';
|
|
}
|