diff --git a/nixos/modules/services/networking/wg-access-server.nix b/nixos/modules/services/networking/wg-access-server.nix index 5876699924b22..cd05cd06154fa 100644 --- a/nixos/modules/services/networking/wg-access-server.nix +++ b/nixos/modules/services/networking/wg-access-server.nix @@ -18,7 +18,7 @@ in type = lib.types.submodule { freeformType = settingsFormat.type; options = { - dns.enable = mkOption { + dns.enabled = mkOption { type = types.bool; default = true; description = ''