Skip to content

Commit 57decfd

Browse files
authored
nixos/wg-access-server: bugfix missing cfg dns.enabled (#352839)
2 parents fd92780 + a58c8fe commit 57decfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/services/networking/wg-access-server.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ in
1818
type = lib.types.submodule {
1919
freeformType = settingsFormat.type;
2020
options = {
21-
dns.enable = mkOption {
21+
dns.enabled = mkOption {
2222
type = types.bool;
2323
default = true;
2424
description = ''

0 commit comments

Comments
 (0)