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:
joachimschmidt557 2024-04-23 15:10:12 +02:00
parent 127acf8702
commit 908ecd453a
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -434,7 +434,7 @@
isNormalUser = true;
home = "/home/joachim";
shell = pkgs.fish;
extraGroups = [ "wheel" "scanner" "libvirtd" "wireshark" "vboxusers" "tss" "plugdev" ];
extraGroups = [ "wheel" "scanner" "libvirtd" "wireshark" "vboxusers" "tss" "plugdev" "dialout" ];
};
# Yubikey PAM