9 lines
143 B
Nix
9 lines
143 B
Nix
{ config, pkgs, device, ... }:
|
|
|
|
{
|
|
virtualisation = {
|
|
libvirtd.enable = true;
|
|
|
|
spiceUSBRedirection.enable = true;
|
|
};
|
|
} |