13 lines
170 B
Nix
13 lines
170 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
hardware.graphics.enable = true;
|
|
virtualisation.spiceUSBRedirection.enable = true;
|
|
|
|
my.virt = {
|
|
enable = true;
|
|
moonlight.enable = true;
|
|
};
|
|
}
|