chore: nixos user groups

This commit is contained in:
Ryan Yin
2025-08-31 12:36:07 +08:00
parent ccec1d4c29
commit fcc90318f2

View File

@@ -28,12 +28,12 @@
extraGroups = [
myvars.username
"users"
"networkmanager"
"wheel"
"networkmanager" # for nmtui / nm-connection-editor
"podman"
"wireshark"
"adbusers"
"libvirtd"
"adbusers" # android debugging
"libvirtd" # virt-viewer / qemu
];
};