diff --git a/deployment/data-model.nix b/deployment/data-model.nix index 73d67f32..e41c4030 100644 --- a/deployment/data-model.nix +++ b/deployment/data-model.nix @@ -63,7 +63,7 @@ let }; }; }; - deployment = attrTag { + deployment-type = attrTag { ssh-host = mkOption { description = "A Terraform deployment by SSH to update a single existing NixOS host."; type = submodule { @@ -185,7 +185,7 @@ in readOnly = true; default = { input-type = application-resources; - output-type = deployment; + output-type = deployment-type; }; }; # TODO(@fricklerhandwerk): maybe this should be a separate thing such as `fediversity-setup`,