add user to dialout group for /dev/ttyUSB0 communication with diving computer
This commit is contained in:
parent
947157caca
commit
10ae8e8353
|
@ -138,7 +138,7 @@ in {
|
|||
users.extraUsers.spiollinux = {
|
||||
isNormalUser = true;
|
||||
uid = 1000;
|
||||
extraGroups = [ "vboxusers" "wheel" "networkmanager" "scanner" "lp" "wireshark"];
|
||||
extraGroups = [ "vboxusers" "wheel" "networkmanager" "scanner" "lp" "wireshark" "dialout" ];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue