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

This commit is contained in:
Leona Maroni
2024-11-27 18:04:46 +01:00
committed by GitHub
@@ -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 = ''