12 lines
173 B
Nix
12 lines
173 B
Nix
{
|
|
den.aspects.virtualisation = {
|
|
nixos = {
|
|
virtualisation = {
|
|
libvirtd.enable = true;
|
|
|
|
spiceUSBRedirection.enable = true;
|
|
};
|
|
};
|
|
};
|
|
}
|