diff --git a/configuration.nix b/configuration.nix index fc5f071..83c5d73 100644 --- a/configuration.nix +++ b/configuration.nix @@ -73,7 +73,7 @@ with pkgs; users.users.coolneng = { isNormalUser = true; home = "/home/coolneng"; - extraGroups = [ "wheel" "video" "audio" "libvirtd" "lp" ]; + extraGroups = [ "wheel" "video" "audio" "lp" ]; shell = fish; };