dustbowl: add me to dialout group
This was necessary to access serial devices (e.g. ESP32 over USB) without root.
This commit is contained in:
parent
127acf8702
commit
908ecd453a
1 changed files with 1 additions and 1 deletions
|
|
@ -434,7 +434,7 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/joachim";
|
home = "/home/joachim";
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
extraGroups = [ "wheel" "scanner" "libvirtd" "wireshark" "vboxusers" "tss" "plugdev" ];
|
extraGroups = [ "wheel" "scanner" "libvirtd" "wireshark" "vboxusers" "tss" "plugdev" "dialout" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Yubikey PAM
|
# Yubikey PAM
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue