From e82a4b41f902c284e7026f057fce45ad5df34800 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Mon, 29 Jan 2024 17:10:35 -0600 Subject: [PATCH] include all spice things for vms --- config/system/vm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/system/vm.nix b/config/system/vm.nix index d8c2df2..644685c 100644 --- a/config/system/vm.nix +++ b/config/system/vm.nix @@ -3,4 +3,5 @@ lib.mkIf ("${cpuType}" == "vm") { services.qemuGuest.enable = true; services.spice-vdagentd.enable = true; + services.spice-webdavd.enable = true; }