This commit is contained in:
Julian Sutter 2025-08-04 14:19:53 -07:00
parent b3d54dbfad
commit 86fe2fc417
2 changed files with 6 additions and 2 deletions

View file

@ -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"
'';
}