mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
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 (vmCfg) autostart;
|
||||
config = {
|
||||
imports = [microvm.microvm] ++ node.imports;
|
||||
imports = [microvm.microvm] ++ cfg.commonImports ++ node.imports;
|
||||
|
||||
microvm = {
|
||||
hypervisor = mkDefault "cloud-hypervisor";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue