Unverified Commit 57decfd5 authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

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

parents fd92780d a58c8fee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = ''