try
This commit is contained in:
parent
a14e17f92a
commit
7bbca7d2ae
2 changed files with 6 additions and 6 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue