added aly to libvirtd group

This commit is contained in:
Aly Raffauf 2024-03-06 18:14:37 -05:00
parent 1f81368748
commit 02420d44c2

View file

@ -5,6 +5,6 @@
users.users.aly = {
isNormalUser = true;
description = "Aly Raffauf";
extraGroups = [ "networkmanager" "wheel" "docker" ];
extraGroups = [ "networkmanager" "wheel" "docker" "libvirtd" ];
};
}