thelio76: add user to virt group
This commit is contained in:
parent
40eed6bd99
commit
162ee437db
|
@ -31,9 +31,12 @@
|
|||
'';
|
||||
startupPrograms = [
|
||||
"bluetoothd"
|
||||
"flameshot"
|
||||
"nextcloud-client"
|
||||
"picom"
|
||||
"polybar primary"
|
||||
"polybar secondary"
|
||||
"steam"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -97,6 +97,6 @@
|
|||
users.users.alex = {
|
||||
isNormalUser = true;
|
||||
description = "Alex";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "libvirtd" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue