Skip to content

Instantly share code, notes, and snippets.

@notgne2
Created December 28, 2019 14:53
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/be83c7aa13d6d8d0c81acc89a97dd53f to your computer and use it in GitHub Desktop.
Save notgne2/be83c7aa13d6d8d0c81acc89a97dd53f to your computer and use it in GitHub Desktop.
{
networking.extraHosts = builtins.readFile ((builtins.fetchGit {
url = https://github.com/StevenBlack/hosts.git;
rev = "9126d65d0546ea8718c34c1a6ef39116c7808c3f";
}) + /hosts);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment