change cids to readonly
This commit is contained in:
parent
280dea226c
commit
bc6e70971c
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ in
|
|||
{
|
||||
options.cids = {
|
||||
uids = lib.mkOption {
|
||||
readOnly = true;
|
||||
description = lib.mdDoc ''
|
||||
The user IDs used for containers.
|
||||
'';
|
||||
|
|
@ -12,6 +13,7 @@ in
|
|||
};
|
||||
|
||||
gids = lib.mkOption {
|
||||
readOnly = true;
|
||||
description = lib.mdDoc ''
|
||||
The group IDs used for containers.
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue