Compare commits

...

1 commit

Author SHA1 Message Date
Arne Dußin
e0987f496d add zentux to uucp and dialout unix group
Group is needed for access to the esp32 peripherals
2025-05-26 15:03:29 +02:00

View file

@ -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