Last active 1728960552

knox revised this gist 1728960552. Go to revision

1 file changed, 6 insertions

HOSTS-readme-11.nix(file created)

@@ -0,0 +1,6 @@
1 + {
2 + networking.extraHosts = let
3 + hostsPath = https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts;
4 + hostsFile = builtins.fetchurl hostsPath;
5 + in builtins.readFile "${hostsFile}";
6 + }
Newer Older