try
This commit is contained in:
parent
96138e0099
commit
b2d71564fe
1 changed files with 3 additions and 3 deletions
|
|
@ -3,8 +3,8 @@ let
|
||||||
inherit (lib) types;
|
inherit (lib) types;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.services = {
|
options.services.ids = {
|
||||||
ids.uids = lib.mkOption {
|
uids = lib.mkOption {
|
||||||
internal = true;
|
internal = true;
|
||||||
description = lib.mdDoc ''
|
description = lib.mdDoc ''
|
||||||
The user IDs used for containers.
|
The user IDs used for containers.
|
||||||
|
|
@ -12,7 +12,7 @@ in
|
||||||
type = types.attrsOf types.int;
|
type = types.attrsOf types.int;
|
||||||
};
|
};
|
||||||
|
|
||||||
ids.gids = lib.mkOption {
|
gids = lib.mkOption {
|
||||||
internal = true;
|
internal = true;
|
||||||
description = lib.mdDoc ''
|
description = lib.mdDoc ''
|
||||||
The group IDs used for containers.
|
The group IDs used for containers.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue