diff --git a/flake.nix b/flake.nix index 5a0a2d5..7248b80 100644 --- a/flake.nix +++ b/flake.nix @@ -95,7 +95,7 @@ }; }; - forEachHost = fn: lib.fold lib.mergeAttrs {} (map fn hostnames); + forEachHost = fn: lib.mergeAttrsList (map fn hostnames); in { nixosConfigurations = forEachHost makeSystem; homeConfigurations = forEachHost makeHome;