From 9cbc7177607fe98a28361dd82e3cdc0d7b885bf2 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Fri, 30 Jun 2023 23:21:30 +0200 Subject: too much ads blocked --- common.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index a802dda..a2195af 100644 --- a/common.nix +++ b/common.nix @@ -84,12 +84,6 @@ in # guard the ssh service services.sshguard.enable = true; - # block some crap, see https://github.com/StevenBlack/hosts#nixos - networking.extraHosts = let - hostsPath = https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts; - hostsFile = builtins.fetchurl hostsPath; - in builtins.readFile "${hostsFile}"; - # swap to RAM zramSwap.enable = true; -- cgit v1.2.3