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 = {
|
users.extraUsers.spiollinux = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
extraGroups = [ "vboxusers" "wheel" "networkmanager" "scanner" "lp" "wireshark"];
|
extraGroups = [ "vboxusers" "wheel" "networkmanager" "scanner" "lp" "wireshark" "dialout" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue