4 lines
91 B
Nix
4 lines
91 B
Nix
{inputs, lib, ...}: {
|
|
microvm.host.enable = true;
|
|
networking.useNetworkd = true;
|
|
}
|