mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-26 19:31:31 +01:00
chore: nixos user groups
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user