add user to dialout group for /dev/ttyUSB0 communication with diving computer

This commit is contained in:
Trolli Schmittlauch 2019-02-03 19:40:02 +01:00
parent 947157caca
commit 10ae8e8353

View file

@ -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;
};