try
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
{ lib, ... }:
|
||||
let
|
||||
cfg = config.cids;
|
||||
in
|
||||
{
|
||||
|
||||
options.cids = {
|
||||
@@ -7,7 +10,7 @@
|
||||
description = lib.mdDoc ''
|
||||
The user IDs used for containers.
|
||||
'';
|
||||
type = lib.types.attrsOf types.int;
|
||||
type = types.attrsOf types.int;
|
||||
};
|
||||
|
||||
gids = lib.mkOption {
|
||||
@@ -15,7 +18,7 @@
|
||||
description = lib.mdDoc ''
|
||||
The group IDs used for containers.
|
||||
'';
|
||||
type = lib.types.attrsOf types.int;
|
||||
type = types.attrsOf types.int;
|
||||
};
|
||||
};
|
||||
config = {
|
||||
|
||||
Reference in New Issue
Block a user