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 = {
|
options = {
|
||||||
host = lib.mkOption {
|
host = lib.mkOption {
|
||||||
type = lib.types.attrs;
|
type = lib.types.attrs;
|
||||||
|
readOnly = true;
|
||||||
description = ''
|
description = ''
|
||||||
The composition-level host option values.
|
The composition-level host option values.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
composition = lib.mkOption {
|
composition = lib.mkOption {
|
||||||
type = lib.types.attrs;
|
type = lib.types.attrs;
|
||||||
|
readOnly = true;
|
||||||
description = ''
|
description = ''
|
||||||
The composition configuration.
|
The composition configuration.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue