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