Compare commits

..

2 commits

Author SHA1 Message Date
Arne Dußin
0e2e03609e Merge branch 'main' of forge.zwergenfreun.de:zentux/dotfiles 2025-05-26 15:07:01 +02:00
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 = { 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