From 7130afc3ad4f476ea3d48362341826947075d342 Mon Sep 17 00:00:00 2001 From: albert Date: Fri, 21 Jun 2024 15:59:53 +0900 Subject: [PATCH] Update hosts --- nixos/common/modules/hosts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/common/modules/hosts.nix b/nixos/common/modules/hosts.nix index cb317b58..ecc24062 100644 --- a/nixos/common/modules/hosts.nix +++ b/nixos/common/modules/hosts.nix @@ -1,6 +1,6 @@ { ... }: { 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"; }); }