Update hosts

This commit is contained in:
albert 2024-06-21 15:59:53 +09:00
parent 5905ce3518
commit 7130afc3ad
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -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";
}); });
} }