From 7eae8b6d83d8627831a0b6638c7bb6bd748aa163 Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 5 Jan 2024 21:52:58 +0100 Subject: [PATCH] Remove remnants of virtualization --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };