deploy: Make options actually work
This commit is contained in:
parent
9a65a81c3c
commit
2b6a7bc1f6
|
@ -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 = { };
|
||||||
|
|
Loading…
Reference in a new issue