From 931b1872b2f54334e3a35b05c591492cf998847d Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 10 Mar 2022 15:40:27 +0900 Subject: Improve time management --- nix/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nix/configuration.nix') diff --git a/nix/configuration.nix b/nix/configuration.nix index c80e89e..f81fccb 100644 --- a/nix/configuration.nix +++ b/nix/configuration.nix @@ -29,6 +29,11 @@ networking = { hostName = "nix"; nameservers = [ "9.9.9.11" "149.112.112.11" ]; + extraHosts = '' + 0.0.0.0 9gag.com + 0.0.0.0 old.reddit.com + 0.0.0.0 soap2day.md + ''; networkmanager.enable = true; # The global useDHCP flag is deprecated, therefore explicitly set -- cgit 1.4.1