Naposledy aktivní 1728960552

knox revidoval tento gist 1728960552. Přejít na revizi

1 file changed, 6 insertions

HOSTS-readme-11.nix(vytvořil soubor)

@@ -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 + }
Novější Starší