5 lines
55 B
Nix
5 lines
55 B
Nix
|
{ pkgs, ... }:
|
||
|
{
|
||
|
services.qemuGuest.enable = true;
|
||
|
}
|