Skip to content

Commit

Permalink
Fix the default on upstreamHeaders
Browse files Browse the repository at this point in the history
  • Loading branch information
antifuchs committed Jul 24, 2023
1 parent f47e93a commit 6d2bd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
upstreamHeaders = mkOption {
description = "Headers to set on requests to upstream.";
type = types.attrsOf types.str;
default = null;
default = {};
};

toURL = mkOption {
Expand Down

0 comments on commit 6d2bd12

Please sign in to comment.