diff --git a/modules/hardware/homelab.nix b/modules/hardware/homelab.nix index cddefde..85545a9 100644 --- a/modules/hardware/homelab.nix +++ b/modules/hardware/homelab.nix @@ -8,6 +8,6 @@ boot.initrd.availableKernelModules = [ "virtio_net" "virtio_pci" "virtio_mmio" "virtio_blk" "virtio_scsi" "virtio_console" ]; services = { qemuGuest.enable = true; - spice-vdagent.enable = true; + spice-vdagentd.enable = true; }; -} \ No newline at end of file +}