Unverified Commit a58c8fee authored by PAEPCKE, Michael's avatar PAEPCKE, Michael
Browse files

nixos/wg-access-server: bugfix dns.enabled (yaml)

parent 807e9154
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 = ''