Change: system dir name to hosts

This commit is contained in:
ooks-io 2024-01-13 22:59:18 +13:00
parent 682a19b13c
commit 10a6fe5adc
19 changed files with 0 additions and 0 deletions

View file

@ -1,28 +0,0 @@
{config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
virt-manager
virt-viewer
spice
spice-gtk
spice-protocol
win-virtio
win-spice
gnome.adwaita-icon-theme
];
virtualisation = {
libvirtd = {
enable = true;
qemu = {
swtpm.enable = true;
ovmf.enable = true;
ovmf.packages = [ pkgs.OVMFFull.fd ];
};
};
spiceUSBRedirection.enable = true;
};
services.spice-vdagentd.enable = true;
}