added user to libvirt group
This commit is contained in:
parent
66a6fa05a2
commit
d7c5dcfa0f
|
@ -6,4 +6,9 @@
|
|||
libvirt
|
||||
polkit
|
||||
];
|
||||
users.users.geir = {
|
||||
extraGroups = [
|
||||
"libvirt"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue