From 2b6a7bc1f6ec08f9e6adfb9c563261e28561df2e Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 6 Jan 2021 23:41:33 +0100 Subject: [PATCH] deploy: Make options actually work --- deploy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = { };