users: define extraGroups per-host

This commit is contained in:
Katherina Walshe-Grey 2024-08-29 17:56:13 +01:00
parent f5191640f5
commit 66cc74e388
5 changed files with 12 additions and 7 deletions

View file

@ -43,6 +43,12 @@
sound.enable = true;
hardware.pulseaudio.enable = true;
users.users.qenya.extraGroups = [
"wheel" # sudo
"networkmanager" # UI wifi configuration
"dialout" # access to serial ports
];
# USB drives
boot.supportedFilesystems = [ "ntfs" ];