diff options
| author | Fuwn <[email protected]> | 2024-10-22 00:56:50 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-22 00:56:50 -0700 |
| commit | 14497d63067e76233f5c536f134e5822469b704f (patch) | |
| tree | 5d92d34cf9f9703842750af54fc794620013e9f7 /modules/pc/udev/z012_mchp_tools.nix | |
| parent | lock: tsutsumi (diff) | |
| download | nixos-config-14497d63067e76233f5c536f134e5822469b704f.tar.xz nixos-config-14497d63067e76233f5c536f134e5822469b704f.zip | |
pc: transfer udev rules from arch
Diffstat (limited to 'modules/pc/udev/z012_mchp_tools.nix')
| -rw-r--r-- | modules/pc/udev/z012_mchp_tools.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/pc/udev/z012_mchp_tools.nix b/modules/pc/udev/z012_mchp_tools.nix new file mode 100644 index 0000000..6a778e3 --- /dev/null +++ b/modules/pc/udev/z012_mchp_tools.nix @@ -0,0 +1,8 @@ +{ + services.udev.extraRules = '' + # 2017.12.15 Rules file created. + + ACTION=="add", SUBSYSTEM=="tty", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="6124", MODE="666" + # ACTION=="add", SUBSYSTEM=="tty", KERNEL=="ttyACM[0-9]*", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="6124", MODE="0666" + ''; +} |