11 lines
106 B
Nix
11 lines
106 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
lib,
|
|
inputs,
|
|
...
|
|
}: {
|
|
services.qemuGuest.enable = true;
|
|
host.isVm = true;
|
|
}
|