Split t490 configuration
This commit is contained in:
parent
96bbb1934a
commit
8dd338d8d5
10 changed files with 140 additions and 105 deletions
9
nix/hosts/t490/services/udev.nix
Normal file
9
nix/hosts/t490/services/udev.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
services.udev = {
|
||||
enable = true;
|
||||
|
||||
extraRules = ''
|
||||
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue