forked from Fediversity/Fediversity
rename deployment to deployment-type, disambiguating from environments' deployment
This commit is contained in:
parent
fbf4bdf401
commit
ea74f048cd
1 changed files with 3 additions and 3 deletions
|
@ -63,7 +63,7 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
deployment = attrTag {
|
deployment-type = attrTag {
|
||||||
ssh-host = mkOption {
|
ssh-host = mkOption {
|
||||||
description = "A Terraform deployment by SSH to update a single existing NixOS host.";
|
description = "A Terraform deployment by SSH to update a single existing NixOS host.";
|
||||||
type = submodule {
|
type = submodule {
|
||||||
|
@ -195,7 +195,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
output-type = deployment;
|
output-type = deployment-type;
|
||||||
implementation = environment.config.implementation;
|
implementation = environment.config.implementation;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -214,7 +214,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
output-type = deployment;
|
output-type = deployment-type;
|
||||||
implementation =
|
implementation =
|
||||||
{
|
{
|
||||||
deployment-name,
|
deployment-name,
|
||||||
|
|
Loading…
Add table
Reference in a new issue