5 lines
165 B
Nix
5 lines
165 B
Nix
{ ... }: {
|
|
networking.extraHosts = builtins.readFile(builtins.fetchurl {
|
|
url = "https://github.com/blocklistproject/Lists/raw/master/everything.txt";
|
|
});
|
|
}
|