Make service.{host, composition} readOnly

This commit is contained in:
Robert Hensing 2019-10-03 17:54:48 +02:00
parent d0815c4393
commit 5f56a0846a

View file

@ -3,12 +3,14 @@
options = {
host = lib.mkOption {
type = lib.types.attrs;
readOnly = true;
description = ''
The composition-level host option values.
'';
};
composition = lib.mkOption {
type = lib.types.attrs;
readOnly = true;
description = ''
The composition configuration.
'';