users: define extraGroups per-host
This commit is contained in:
parent
f5191640f5
commit
66cc74e388
5 changed files with 12 additions and 7 deletions
|
@ -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" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue