try
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
{ config, lib, ... }:
|
{ config, lib, ... }:
|
||||||
|
with lib;
|
||||||
let
|
let
|
||||||
cfg = config.cids;
|
cfg = config.cids;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
||||||
options.cids = {
|
options.cids = {
|
||||||
uids = lib.mkOption {
|
uids = mkOption {
|
||||||
readOnly = true;
|
readOnly = true;
|
||||||
description = lib.mdDoc ''
|
description = lib.mdDoc ''
|
||||||
The user IDs used for containers.
|
The user IDs used for containers.
|
||||||
@@ -13,7 +14,7 @@ in
|
|||||||
type = types.attrsOf types.int;
|
type = types.attrsOf types.int;
|
||||||
};
|
};
|
||||||
|
|
||||||
gids = lib.mkOption {
|
gids = mkOption {
|
||||||
readOnly = true;
|
readOnly = true;
|
||||||
description = lib.mdDoc ''
|
description = lib.mdDoc ''
|
||||||
The group IDs used for containers.
|
The group IDs used for containers.
|
||||||
|
|||||||
Reference in New Issue
Block a user