From 563cfd1c4996d5f8c345a1940232b7af4fe0491c Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 1 Mar 2024 02:54:16 -0500 Subject: [PATCH] 78 current 2024-03-01 02:52:07 24.05.20240228.9099616 6.6.18 * --- hosts/earth/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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