diff --git a/machines/modules/host_builder.nix b/machines/modules/host_builder.nix index d1fc74de..0fe75743 100644 --- a/machines/modules/host_builder.nix +++ b/machines/modules/host_builder.nix @@ -195,8 +195,7 @@ rec { vmNestedMicroVMOverwrites = host: sopsDummy: { - services.malobeo.microvm.deployHosts = pkgs.lib.mkForce []; - microvm.vms = + microvm.vms = pkgs.lib.mkForce ( let # Map the values to each hostname to then generate an Attrset using listToAttrs mapperFunc = name: { inherit name; value = { @@ -216,7 +215,7 @@ rec { }; }; }; in - builtins.listToAttrs (map mapperFunc self.nixosConfigurations.${host}.config.services.malobeo.microvm.deployHosts); + builtins.listToAttrs (map mapperFunc self.nixosConfigurations.${host}.config.services.malobeo.microvm.deployHosts)); }; buildVM = host: networking: sopsDummy: disableDisko: varPath: writableStore: fwdPort: (self.nixosConfigurations.${host}.extendModules {