fix(virtualisation): bug with virt-manager

dev-docs
Moritz Böhme 2023-08-11 17:39:48 +02:00
parent 64509b4cc1
commit 31012a6274
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ in
package = pkgs.libvirt;
};
programs.dconf.enable = true;
users.users.moritz = {
extraGroups = [ "libvirtd" ];
packages = with pkgs; [ virt-manager virt-viewer ];