NiksOS/hosts/laptop/virt.nix
2025-05-24 14:42:31 +02:00

10 lines
206 B
Nix

{
programs.virt-manager.enable = true;
users.groups.libvirtd.members = ["jsw"];
virtualisation = {
libvirtd.enable = true;
spiceUSBRedirection.enable = true;
podman.enable = true;
};
}