diff --git a/hosts/MaxNixosLaptop/configuration.nix b/hosts/MaxNixosLaptop/configuration.nix index 6dfd67f..7543960 100644 --- a/hosts/MaxNixosLaptop/configuration.nix +++ b/hosts/MaxNixosLaptop/configuration.nix @@ -30,7 +30,7 @@ users.users.max = { isNormalUser = true; description = "Max Känner"; - extraGroups = ["networkmanager" "wheel" "libvirtd"]; + extraGroups = ["networkmanager" "wheel" "libvirtd" "dialout"]; shell = pkgs.zsh; };