Add user to dialout
This commit is contained in:
parent
28842f376b
commit
931e6f1c8f
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
users.users.alex = {
|
||||
isNormalUser = true;
|
||||
description = "Alexander Wainwright";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "dialout" ];
|
||||
packages = with pkgs; [
|
||||
# thunderbird
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue