flake/modules/profiles/hypervisor.nix
2024-10-29 08:55:56 +01:00

8 lines
95 B
Nix

{
inputs,
lib,
...
}: {
microvm.host.enable = true;
networking.useNetworkd = true;
}