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 =
|
||||
concatStringsSep "\n"
|
||||
<| map (addr: "${addr} localhost") [
|
||||
<| map (addr: "localhost ${addr}") [
|
||||
"rewards.brave.com"
|
||||
"api.rewards.brave.com"
|
||||
"grant.rewards.brave.com"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue