nixos/wg-access-server: bugfix missing cfg dns.enabled (#352839)
This commit is contained in:
commit
57decfd591
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user