nixos/wg-access-server: bugfix missing cfg dns.enabled (#352839)

authored by

Leona Maroni and committed by
GitHub
57decfd5 fd92780d

+1 -1
+1 -1
nixos/modules/services/networking/wg-access-server.nix
··· 18 type = lib.types.submodule { 19 freeformType = settingsFormat.type; 20 options = { 21 - dns.enable = mkOption { 22 type = types.bool; 23 default = true; 24 description = ''
··· 18 type = lib.types.submodule { 19 freeformType = settingsFormat.type; 20 options = { 21 + dns.enabled = mkOption { 22 type = types.bool; 23 default = true; 24 description = ''