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