6 lines
100 B
Nix
6 lines
100 B
Nix
{...}: {
|
|
services.udev.extraRules = ''
|
|
KERNEL=="i2c-[0-9]*", GROUP="i2c", MODE="0660"
|
|
'';
|
|
}
|