forked from Fediversity/Fediversity
data model: deployment
This commit is contained in:
parent
765183cd0d
commit
9230ea540c
1 changed files with 4 additions and 0 deletions
|
@ -85,5 +85,9 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
deployments = mkOption {
|
||||||
|
description = "Deployment of a configuration of applications to a run-time environment";
|
||||||
|
type = attrsOf deployment;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue