change cids to readonly
This commit is contained in:
@@ -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.
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user