mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-12 07:32:40 +02:00
chore: nixos user groups
This commit is contained in:
@@ -28,12 +28,12 @@
|
|||||||
extraGroups = [
|
extraGroups = [
|
||||||
myvars.username
|
myvars.username
|
||||||
"users"
|
"users"
|
||||||
"networkmanager"
|
|
||||||
"wheel"
|
"wheel"
|
||||||
|
"networkmanager" # for nmtui / nm-connection-editor
|
||||||
"podman"
|
"podman"
|
||||||
"wireshark"
|
"wireshark"
|
||||||
"adbusers"
|
"adbusers" # android debugging
|
||||||
"libvirtd"
|
"libvirtd" # virt-viewer / qemu
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user