diff --git a/flake.nix b/flake.nix index 8b580d9..c1d709c 100644 --- a/flake.nix +++ b/flake.nix @@ -183,16 +183,18 @@ ) hosts ) lib.hosts; - homeConfigurations = builtins.mapAttrs ( - system: hosts: + homeConfigurations = flattenAttrset ( builtins.mapAttrs ( - name: module: - lib.buildHome { - inherit system module; - specialArgs = { inherit hostnames; }; - } - ) hosts - ) homeModules; + system: hosts: + builtins.mapAttrs ( + name: module: + lib.buildHome { + inherit system module; + specialArgs = { inherit hostnames; }; + } + ) hosts + ) homeModules + ); # Disk formatting, only used once diskoConfigurations = {