add to plugdev group and udev targets this now
This commit is contained in:
parent
034f4a0148
commit
3cb9696d9d
|
@ -110,13 +110,15 @@
|
|||
users.users.kyle = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"networkmanager"
|
||||
"dialout"
|
||||
"disk"
|
||||
"audio"
|
||||
"cdrom"
|
||||
"video"
|
||||
"wheel"
|
||||
|
||||
"audio"
|
||||
"cdrom"
|
||||
"dialout"
|
||||
"disk"
|
||||
"networkmanager"
|
||||
"plugdev"
|
||||
"video"
|
||||
];
|
||||
};
|
||||
programs.direnv.enable = true;
|
||||
|
@ -174,7 +176,7 @@
|
|||
|
||||
services.udev.extraRules = ''
|
||||
ACTION=="add", SUBSYSTEM=="backlight", GROUP="video", MODE="0660"
|
||||
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{serial}=="*vial:f64c2b3c*", ATTRS{idVendor}=="3434", ATTRS{idProduct}=="0260", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
|
||||
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{serial}=="*vial:f64c2b3c*", ATTRS{idVendor}=="3434", ATTRS{idProduct}=="0260", MODE="0660", GROUP="plugdev", TAG+="uaccess", TAG+="udev-acl"
|
||||
'';
|
||||
|
||||
programs.gnupg.agent = {
|
||||
|
|
Loading…
Reference in New Issue