plugdev
This commit is contained in:
parent
b3d54dbfad
commit
86fe2fc417
2 changed files with 6 additions and 2 deletions
|
|
@ -110,7 +110,6 @@
|
|||
libgdiplus
|
||||
unzip
|
||||
clinfo
|
||||
virt-manager
|
||||
s-tui
|
||||
stress
|
||||
wget
|
||||
|
|
@ -145,4 +144,9 @@
|
|||
systemd.network.wait-online.enable = false;
|
||||
boot.initrd.systemd.network.wait-online.enable = false;
|
||||
|
||||
services.udev.extraRules = ''
|
||||
# Allow plugdev group full access to USB devices
|
||||
SUBSYSTEM=="usb", MODE="0664", GROUP="plugdev"
|
||||
'';
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue