mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-10 22:43:03 -04:00
20000 things
This commit is contained in:
parent
0f89ab4db6
commit
86916bf54a
17 changed files with 358 additions and 35 deletions
|
@ -4,6 +4,18 @@
|
|||
enable = true;
|
||||
};
|
||||
};
|
||||
boot = {
|
||||
kernelModules = [
|
||||
"usbmon"
|
||||
];
|
||||
};
|
||||
services = {
|
||||
udev = {
|
||||
extraRules = ''
|
||||
SUBSYSTEM=="usbmon", GROUP="wireshark", MODE="640"
|
||||
'';
|
||||
};
|
||||
};
|
||||
users = {
|
||||
users = {
|
||||
"${NAME}" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue