diff --git a/deploy.nix b/deploy.nix index 7468348..9c2e2b3 100644 --- a/deploy.nix +++ b/deploy.nix @@ -49,7 +49,7 @@ let }; }; in -builtins.mapAttrs (hostname: configuration: kropsDeploy { inherit hostname; } // configuration) +builtins.mapAttrs (hostname: configuration: kropsDeploy ({ inherit hostname; } // configuration)) { nunotaba = { }; sayuri = { };