This commit is contained in:
albert 2024-06-21 15:57:45 +09:00
parent 1e4ce44af3
commit 5905ce3518
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -1,5 +1,6 @@
{ ... }: {
networking.extraHosts = builtins.readFile(builtins.fetchurl {
url = "https://github.com/blocklistproject/Lists/raw/master/everything.txt";
sha256 = "78d393a897656c92bb0c96ff79fc99205830ce0c2a66abe33ae333ad11a8b0c5";
});
}