Global: enable virt-manager

This commit is contained in:
blahai 2024-10-28 17:59:07 +02:00
parent 8055d2c8c1
commit 30c2cb62b1
Signed by: blahai
SSH key fingerprint: SHA256:ZfCryi+V64yG+vC1ZIIsqgvBCmA31tTi7RJ6M8CvpRc

View file

@ -37,6 +37,12 @@
};
};
programs = {
virt-manager = {
enable = true;
};
};
users.users.pingu.extraGroups = [ "qemu-libvirtd" "libvirtd" "disk" "kvm" "docker" ];
environment.systemPackages = with pkgs; [