fix: change updns option name
This commit is contained in:
parent
a2b923764d
commit
bd31978286
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ in {
|
||||||
example = "example.smart.cloonar.com";
|
example = "example.smart.cloonar.com";
|
||||||
description = "domain of the network";
|
description = "domain of the network";
|
||||||
};
|
};
|
||||||
updns = {
|
updns-client = {
|
||||||
enable = lib.mkOption {
|
enable = lib.mkOption {
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue