Skip to content

Instantly share code, notes, and snippets.

@notgne2
Created December 28, 2019 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notgne2/ae913a6d597e9fbd7c35cae9c6131678 to your computer and use it in GitHub Desktop.
Save notgne2/ae913a6d597e9fbd7c35cae9c6131678 to your computer and use it in GitHub Desktop.
{
networking.extraHosts = builtins.readFile (pkgs.fetchurl {
url = https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts;
sha256 = "0ss8lfsjfw13q15kacxb8z71x64ppr6izyjhgii8nkx06khkxb3c";
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment