flake/modules/profiles/hypervisor.nix

7 lines
116 B
Nix
Raw Normal View History

2024-10-19 02:07:03 +02:00
{inputs, lib, ...}: {
imports = [
inputs.microvm.nixosModules.host
];
networking.useNetworkd = true;
}