try
This commit is contained in:
@@ -3,7 +3,7 @@ let
|
||||
inherit (lib) types;
|
||||
in
|
||||
{
|
||||
options.containers = {
|
||||
options.services = {
|
||||
ids.uids = lib.mkOption {
|
||||
internal = true;
|
||||
description = lib.mdDoc ''
|
||||
@@ -21,7 +21,7 @@ in
|
||||
};
|
||||
};
|
||||
config = {
|
||||
containers.ids = {
|
||||
services.ids = {
|
||||
uids = {
|
||||
unbound = 10001;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user