oscar: Add udev rule for car thing writing
I had also tried the rules terbium recommends, but was unable to get them to work. I'm not sure all of this command is necessary/optimal, but it works so I'm stopping tinkering here!
This commit is contained in:
parent
516b9dd0ac
commit
259e237ace
1 changed files with 5 additions and 0 deletions
|
|
@ -381,6 +381,11 @@
|
|||
# Or disable the firewall altogether.
|
||||
networking.firewall.enable = false;
|
||||
|
||||
# Car Thing
|
||||
services.udev.extraRules = ''
|
||||
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTR{idVendor}=="1b8e", ATTR{idProduct}=="c003", MODE="0660", GROUP="plugdev"
|
||||
'';
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue