diff --git a/hosts/default.nix b/hosts/default.nix index ef2f559e..1f4f6d47 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -75,6 +75,8 @@ let _module.args = { inherit self; + hosts = builtins.mapAttrs (_: host: host.config) + (removeAttrs hosts [ hostName ]); }; }; in