mlaga97-nix/nixos/features/virtualization/libvirt-host.nix
2025-08-12 22:53:14 -05:00

6 lines
142 B
Nix

{ ... }: {
virtualisation.libvirtd.enable = true;
# TODO: Is this the right place?
virtualisation.spiceUSBRedirection.enable = true;
}