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
commit 57decfd591
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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