diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index 668ef9e..d6a4ded 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -294,7 +294,7 @@ in { isNormalUser = true; initialPassword = "changeme"; description = "Don Harper"; - extraGroups = ["networkmanager" "wheel" "scanner" "lp" "video" "mlocate" "disk"]; + extraGroups = ["networkmanager" "wheel" "scanner" "lp" "video" "mlocate" "disk" "dialout"]; openssh.authorizedKeys.keys = [config.sops.secrets."users/don_sshauth".path]; }; };