deploy: Make options actually work

This commit is contained in:
Simon Bruder 2021-01-06 23:41:33 +01:00
parent 9a65a81c3c
commit 2b6a7bc1f6
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

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