From 0a8b35705118baf0d96e593cd523d6b3c9880113 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Mon, 25 Aug 2025 18:12:35 +0200 Subject: [PATCH] rename deployment to deployment-type, disambiguating from environments' deployment --- deployment/data-model.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment/data-model.nix b/deployment/data-model.nix index fa86bae1..b3554ed6 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 { @@ -186,7 +186,7 @@ in readOnly = true; default = { input-type = application-resources; - output-type = deployment; + output-type = deployment-type; implementation = environment.config.implementation; }; }; @@ -196,7 +196,7 @@ in readOnly = true; default = { input-type = config.configuration; - output-type = nixops4Deployment; + output-type = deployment-type; implementation = cfg: # TODO: check cfg.enable.true