deploy: Make options actually work

pull/30/head
Simon Bruder 2021-01-06 23:41:33 +01:00
parent 9a65a81c3c
commit 2b6a7bc1f6
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ let
};
};
in
builtins.mapAttrs (hostname: configuration: kropsDeploy { inherit hostname; } // configuration)
builtins.mapAttrs (hostname: configuration: kropsDeploy ({ inherit hostname; } // configuration))
{
nunotaba = { };
sayuri = { };