6 lines
142 B
Nix
6 lines
142 B
Nix
{ ... }: {
|
|
virtualisation.libvirtd.enable = true;
|
|
|
|
# TODO: Is this the right place?
|
|
virtualisation.spiceUSBRedirection.enable = true;
|
|
}
|