flake/modules/profiles/hypervisor.nix
2024-10-19 03:12:57 +02:00

4 lines
91 B
Nix

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