summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-06-30 23:21:30 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-06-30 23:21:30 +0200
commit9cbc7177607fe98a28361dd82e3cdc0d7b885bf2 (patch)
tree1c924e9b171148a534ecee9782b57355dfe9c1bb
parenta67064ef36294012a4d3997f63716e92b797f5ec (diff)
too much ads blocked
-rw-r--r--common.nix6
1 files changed, 0 insertions, 6 deletions
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;