mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
feat: add groups for udev rules
This commit is contained in:
@@ -10,6 +10,14 @@
|
|||||||
"${username}" = {};
|
"${username}" = {};
|
||||||
docker = {};
|
docker = {};
|
||||||
wireshark = {};
|
wireshark = {};
|
||||||
|
|
||||||
|
# for android platform tools's udev rules
|
||||||
|
adbusers ={};
|
||||||
|
dialout = {};
|
||||||
|
# for openocd (embedded system development)
|
||||||
|
plugdev = {};
|
||||||
|
# misc
|
||||||
|
uinput = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users."${username}" = {
|
users.users."${username}" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user