try
This commit is contained in:
parent
3d5e94c2a4
commit
b43cdd98f3
1 changed files with 3 additions and 2 deletions
|
|
@ -1,11 +1,12 @@
|
|||
{ config, lib, ... }:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.cids;
|
||||
in
|
||||
{
|
||||
|
||||
options.cids = {
|
||||
uids = lib.mkOption {
|
||||
uids = mkOption {
|
||||
readOnly = true;
|
||||
description = lib.mdDoc ''
|
||||
The user IDs used for containers.
|
||||
|
|
@ -13,7 +14,7 @@ in
|
|||
type = types.attrsOf types.int;
|
||||
};
|
||||
|
||||
gids = lib.mkOption {
|
||||
gids = mkOption {
|
||||
readOnly = true;
|
||||
description = lib.mdDoc ''
|
||||
The group IDs used for containers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue