Files
nix/modules/virtualisation.nix
2026-02-04 16:43:43 -06:00

9 lines
143 B
Nix

{ config, pkgs, device, ... }:
{
virtualisation = {
libvirtd.enable = true;
spiceUSBRedirection.enable = true;
};
}