nixos/wg-access-server: bugfix dns.enabled (yaml)

This commit is contained in:
PAEPCKE, Michael 2024-11-01 17:09:34 +00:00
parent 807e9154dc
commit a58c8fee1e
No known key found for this signature in database

View File

@ -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 = ''