forked from mirrors_public/oddlama_nix-config
fix: it's beneficial to use commonImports instead of just defining it :)
This commit is contained in:
parent
cc2397669d
commit
668f9fdaf4
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
||||||
inherit (node) pkgs;
|
inherit (node) pkgs;
|
||||||
inherit (vmCfg) autostart;
|
inherit (vmCfg) autostart;
|
||||||
config = {
|
config = {
|
||||||
imports = [microvm.microvm] ++ node.imports;
|
imports = [microvm.microvm] ++ cfg.commonImports ++ node.imports;
|
||||||
|
|
||||||
microvm = {
|
microvm = {
|
||||||
hypervisor = mkDefault "cloud-hypervisor";
|
hypervisor = mkDefault "cloud-hypervisor";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue