flake/modules/profiles/hypervisor.nix

9 lines
95 B
Nix
Raw Normal View History

2024-10-29 08:55:56 +01:00
{
inputs,
lib,
...
}: {
microvm.host.enable = true;
networking.useNetworkd = true;
2024-10-19 02:07:03 +02:00
}