mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-20 03:08:32 +02:00
system: add udev rule for numen
This commit is contained in:
@@ -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 = {
|
||||||
|
Reference in New Issue
Block a user