This commit is contained in:
2023-12-05 12:32:24 +01:00
parent a14e17f92a
commit 7bbca7d2ae
2 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ let
in
{
options.config.cids = {
options.services.cids = {
uids = mkOption {
readOnly = true;
description = lib.mdDoc ''
@@ -23,7 +23,7 @@ in
};
};
config = {
cids = {
services.cids = {
uids = {
unbound = 10001;
};