mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: updated microvm.nix flake doesn't need manually specifying microvm.microvm anymore
This commit is contained in:
parent
6672846d59
commit
dc450f4b54
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue