brave: fix /etc/hosts mapping
This commit is contained in:
parent
288ef433fb
commit
2f68b25e53
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ in {
|
||||||
|
|
||||||
networking.extraHosts =
|
networking.extraHosts =
|
||||||
concatStringsSep "\n"
|
concatStringsSep "\n"
|
||||||
<| map (addr: "${addr} localhost") [
|
<| map (addr: "localhost ${addr}") [
|
||||||
"rewards.brave.com"
|
"rewards.brave.com"
|
||||||
"api.rewards.brave.com"
|
"api.rewards.brave.com"
|
||||||
"grant.rewards.brave.com"
|
"grant.rewards.brave.com"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue