deploy: Make options actually work
This commit is contained in:
parent
9a65a81c3c
commit
2b6a7bc1f6
|
@ -49,7 +49,7 @@ let
|
|||
};
|
||||
};
|
||||
in
|
||||
builtins.mapAttrs (hostname: configuration: kropsDeploy { inherit hostname; } // configuration)
|
||||
builtins.mapAttrs (hostname: configuration: kropsDeploy ({ inherit hostname; } // configuration))
|
||||
{
|
||||
nunotaba = { };
|
||||
sayuri = { };
|
||||
|
|
Loading…
Reference in a new issue