add zentux to uucp and dialout unix group

Group is needed for access to the esp32 peripherals
This commit is contained in:
Arne Dußin 2025-05-26 15:03:29 +02:00
parent 1989b56dc5
commit e0987f496d

View file

@ -233,7 +233,7 @@
users.users.zentux = { users.users.zentux = {
shell = pkgs.nushell; shell = pkgs.nushell;
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" "video" "kvm" ]; extraGroups = [ "wheel" "networkmanager" "video" "kvm" "uucp" "dialout" ];
packages = with pkgs; [ packages = with pkgs; [
nixd nixd
qpwgraph qpwgraph