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

fix: it's beneficial to use commonImports instead of just defining it :)

This commit is contained in:
oddlama 2023-05-24 00:21:32 +02:00
parent cc2397669d
commit 668f9fdaf4
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -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";