diff --git a/systems/default.nix b/systems/default.nix index 738cac70..84c28679 100644 --- a/systems/default.nix +++ b/systems/default.nix @@ -30,6 +30,11 @@ }; in { + # Ensure the existence of keys that are operated over + nixosConfigurations = {}; + homeConfigurations = {}; + darwinConfigurations = {}; + } // { systems = hostConfigs; } // set.merge (set.mapToValues processHost hostConfigs)