From 5661784131b12fa2faeadb635665b3c365f7b705 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Sun, 18 Aug 2024 16:11:07 -0700 Subject: [PATCH] Add virtualisation group --- machines/z790prors/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/z790prors/configuration.nix b/machines/z790prors/configuration.nix index cf4b487..c60c8c6 100644 --- a/machines/z790prors/configuration.nix +++ b/machines/z790prors/configuration.nix @@ -77,7 +77,7 @@ in users.users.johno = { isNormalUser = true; description = "John Ogle"; - extraGroups = [ "wheel" "networkmanager" "audio" ]; # Enable ‘sudo’ for the user. + extraGroups = [ "wheel" "networkmanager" "audio" "libvirtd" ]; # Enable ‘sudo’ for the user. }; users.users.eli = {