nixos-config/services/dns.nix

8 lines
179 B
Nix

{ config, ... }:
{
networking.extraHosts = fetchurl {
url = "https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts";
};
}