data model: deployment

This commit is contained in:
Kiara Grouwstra 2025-06-23 16:33:36 +02:00
parent 765183cd0d
commit 9230ea540c
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -85,5 +85,9 @@ in
};
};
};
deployments = mkOption {
description = "Deployment of a configuration of applications to a run-time environment";
type = attrsOf deployment;
};
};
}