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, ...}: { {inputs, lib, ...}: {
imports = [ microvm.host.enable = true;
inputs.microvm.nixosModules.host
];
networking.useNetworkd = true; networking.useNetworkd = true;
} }