mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-10 23:09:19 +01:00
system: add udev rule for numen
This commit is contained in:
parent
ff23722550
commit
6de52cc0c6
@ -167,6 +167,7 @@ in
|
||||
"dialout"
|
||||
"feedbackd"
|
||||
"video"
|
||||
"input"
|
||||
];
|
||||
};
|
||||
};
|
||||
@ -264,6 +265,10 @@ in
|
||||
KbdInteractiveAuthentication = false;
|
||||
};
|
||||
};
|
||||
|
||||
udev.extraRules = ''
|
||||
KERNEL=="uinput", GROUP="input", MODE="0660", OPTIONS+="static_node=uinput"
|
||||
'';
|
||||
};
|
||||
|
||||
environment = {
|
||||
|
Loading…
Reference in New Issue
Block a user