From 9f055cbe9b7b70c874cc17b4af3bbb2a93d79a01 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Mon, 11 Mar 2024 21:39:46 +0800 Subject: [PATCH] global(libvirt): add virtiofsd to environment --- global/libvirt/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/global/libvirt/default.nix b/global/libvirt/default.nix index a11d63cf..b8149719 100644 --- a/global/libvirt/default.nix +++ b/global/libvirt/default.nix @@ -20,6 +20,8 @@ in { parallelShutdown = 5; }; + environment.systemPackages = with pkgs; [ virtiofsd ]; + # USB redirection requires a setuid wrapper virtualisation.spiceUSBRedirection.enable = true;