change cids to readonly

This commit is contained in:
2023-12-05 11:51:37 +01:00
parent 280dea226c
commit bc6e70971c

View File

@@ -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.
'';