Add virtualisation group

This commit is contained in:
2024-08-18 16:11:07 -07:00
parent a40b50360f
commit 5661784131

View File

@@ -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 = {