From ea74f048cd8cacdcb8daaf7aea19bcb1db3b6f07 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 865c7b21..2544edaa 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 { @@ -195,7 +195,7 @@ in }; }; }; - output-type = deployment; + output-type = deployment-type; implementation = environment.config.implementation; }; }; @@ -214,7 +214,7 @@ in }; }; }; - output-type = deployment; + output-type = deployment-type; implementation = { deployment-name,