diff --git a/hosts/earth/configuration.nix b/hosts/earth/configuration.nix index c3302e7..f3f9fb9 100644 --- a/hosts/earth/configuration.nix +++ b/hosts/earth/configuration.nix @@ -131,7 +131,7 @@ users.users.zack = { isNormalUser = true; description = "zack"; - extraGroups = ["networkmanager" "wheel" "docker"]; + extraGroups = ["networkmanager" "wheel" "docker" "libvirt"]; shell = pkgs.zsh; packages = with pkgs; [ firefox