add zentux to uucp and dialout unix group
Group is needed for access to the esp32 peripherals
This commit is contained in:
parent
1989b56dc5
commit
e0987f496d
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@
|
|||
users.users.zentux = {
|
||||
shell = pkgs.nushell;
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networkmanager" "video" "kvm" ];
|
||||
extraGroups = [ "wheel" "networkmanager" "video" "kvm" "uucp" "dialout" ];
|
||||
packages = with pkgs; [
|
||||
nixd
|
||||
qpwgraph
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue