fix: change updns option name

This commit is contained in:
2025-04-29 00:09:54 +02:00
parent a2b923764d
commit bd31978286

View File

@@ -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;