mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
modules.virtualization: add guestfs-tools
This commit is contained in:
@@ -44,7 +44,7 @@ inputs:
|
||||
};
|
||||
spiceUSBRedirection.enable = true;
|
||||
};
|
||||
environment.systemPackages = with inputs.pkgs; [ qemu_full win-spice ] ++
|
||||
environment.systemPackages = with inputs.pkgs; [ qemu_full win-spice guestfs-tools ] ++
|
||||
(if (inputs.config.nixos.virtualization.kvmHost.gui) then [ virt-manager ] else []);
|
||||
systemd =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user