Skip to content

Commit

Permalink
nixos/wg-access-server: bugfix missing cfg dns.enabled (NixOS#352839)
Browse files Browse the repository at this point in the history
  • Loading branch information
leona-ya authored Nov 27, 2024
2 parents fd92780 + a58c8fe commit 57decfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/wg-access-server.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 57decfd

Please sign in to comment.