flake/modules/profiles/hypervisor.nix

5 lines
91 B
Nix
Raw Normal View History

2024-10-19 02:07:03 +02:00
{inputs, lib, ...}: {
2024-10-19 03:12:57 +02:00
microvm.host.enable = true;
2024-10-19 02:07:03 +02:00
networking.useNetworkd = true;
}