diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 72c6361..a947b43 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -315,7 +315,7 @@ in users.users.lgm = { isNormalUser = true; description = "lgm"; - extraGroups = [ "networkmanager" "wheel" "adbusers" "docker" "podman" "wireshark"]; + extraGroups = [ "networkmanager" "wheel" "adbusers" "docker" "podman" "wireshark" "dialout" ]; shell = pkgs.fish; };