try
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user