diff --git a/hosts/modules/base.nix b/hosts/modules/base.nix index c69a3ff..8e165fb 100644 --- a/hosts/modules/base.nix +++ b/hosts/modules/base.nix @@ -4,7 +4,7 @@ users.users.alex = { isNormalUser = true; description = "Alexander Wainwright"; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" "wheel" "dialout" ]; packages = with pkgs; [ # thunderbird ];