add comment on migrations

This commit is contained in:
Kiara Grouwstra 2025-06-30 17:41:08 +02:00
parent d135c94afa
commit 7906e9fc92
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -171,6 +171,7 @@ in
description = "Deployment of a configuration of applications to a run-time environment";
type = attrsOf deployment;
};
# XXX should this be more ephemeral than something that just.. exists?
migrations = mkOption {
description = "Migrations from Fediversity deployments to Fediversity run-time environments";
type = attrsOf migration;