8 lines
194 B
Nix
8 lines
194 B
Nix
{ ... }: {
|
|
flake.modules.nixos.virtmanager = {
|
|
programs.virt-manager.enable = true;
|
|
virtualisation.spiceUSBRedirection.enable = true;
|
|
virtualisation.libvirtd.enable = true;
|
|
};
|
|
}
|