Update hosts
This commit is contained in:
parent
5905ce3518
commit
7130afc3ad
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
networking.extraHosts = builtins.readFile(builtins.fetchurl {
|
networking.extraHosts = builtins.readFile(builtins.fetchurl {
|
||||||
url = "https://github.com/blocklistproject/Lists/raw/master/everything.txt";
|
url = "https://github.com/blocklistproject/Lists/raw/f2bdd1deab05f6a22739671cc20a17444e53699f/everything.txt";
|
||||||
sha256 = "78d393a897656c92bb0c96ff79fc99205830ce0c2a66abe33ae333ad11a8b0c5";
|
sha256 = "78d393a897656c92bb0c96ff79fc99205830ce0c2a66abe33ae333ad11a8b0c5";
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue