feat: i forgor

This commit is contained in:
Xory 2025-12-29 14:35:23 +02:00
parent 9203de775e
commit b4cd63f5a3
2 changed files with 14 additions and 4 deletions

View file

@ -180,7 +180,13 @@
};
programs.virt-manager.enable = true;
virtualisation.libvirtd.enable = true;
virtualisation.libvirtd = {
enable = true;
qemu = {
vhostUserPackages = with pkgs; [ virtiofsd ];
swtpm.enable = true;
};
};
virtualisation.spiceUSBRedirection.enable = true;
virtualisation.docker.enable = true;