universe/hosts/common/system/udev.nix

6 lines
100 B
Nix
Raw Normal View History

2025-03-07 12:55:45 +00:00
{...}: {
services.udev.extraRules = ''
KERNEL=="i2c-[0-9]*", GROUP="i2c", MODE="0660"
'';
}