Files
nix/modules/core/virtualisation.nix
2026-02-18 22:44:39 -06:00

12 lines
173 B
Nix

{
den.aspects.virtualisation = {
nixos = {
virtualisation = {
libvirtd.enable = true;
spiceUSBRedirection.enable = true;
};
};
};
}