Make service.{host, composition} readOnly
This commit is contained in:
parent
d0815c4393
commit
5f56a0846a
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue