fix staticids

This commit is contained in:
2023-12-05 11:42:08 +01:00
parent b2d71564fe
commit 280dea226c
2 changed files with 6 additions and 8 deletions

View File

@@ -3,9 +3,8 @@ let
inherit (lib) types;
in
{
options.services.ids = {
options.cids = {
uids = lib.mkOption {
internal = true;
description = lib.mdDoc ''
The user IDs used for containers.
'';
@@ -13,7 +12,6 @@ in
};
gids = lib.mkOption {
internal = true;
description = lib.mdDoc ''
The group IDs used for containers.
'';
@@ -21,7 +19,7 @@ in
};
};
config = {
services.ids = {
cids = {
uids = {
unbound = 10001;
};