added user to libvirt group

This commit is contained in:
Geir Okkenhaug Jerstad 2024-08-02 22:16:15 +02:00
parent 66a6fa05a2
commit d7c5dcfa0f

View file

@ -6,4 +6,9 @@
libvirt libvirt
polkit polkit
]; ];
users.users.geir = {
extraGroups = [
"libvirt"
];
};
} }