From 7906e9fc92d0e4252267f8bb0130b86773a607ac Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Mon, 30 Jun 2025 17:41:08 +0200 Subject: [PATCH] add comment on migrations --- deployment/data-model.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/data-model.nix b/deployment/data-model.nix index fedbd2f7..502071e1 100644 --- a/deployment/data-model.nix +++ b/deployment/data-model.nix @@ -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;