1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: updated microvm.nix flake doesn't need manually specifying microvm.microvm anymore

This commit is contained in:
oddlama 2023-05-31 18:05:51 +02:00
parent 6672846d59
commit dc450f4b54
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -108,7 +108,7 @@
inherit (node) pkgs;
inherit (vmCfg) autostart;
config = {config, ...}: {
imports = [microvm.microvm] ++ cfg.commonImports ++ node.imports;
imports = cfg.commonImports ++ node.imports;
microvm = {
hypervisor = mkDefault "cloud-hypervisor";