From e8e03c3d4df917aeed61669f55a7f42cd8fec60a 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;