hypervisor profile works now

This commit is contained in:
server 2024-10-19 03:12:57 +02:00
parent 0b799c87b6
commit 78f156bb38

View file

@ -1,6 +1,4 @@
{inputs, lib, ...}: {
imports = [
inputs.microvm.nixosModules.host
];
microvm.host.enable = true;
networking.useNetworkd = true;
}