From 27a5853ec0a3bb9923cda312772e545d25e220d1 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 21 Sep 2022 08:58:48 +0200 Subject: [PATCH] google analytics --- common.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/common.nix b/common.nix index 0b39a73..908248a 100644 --- a/common.nix +++ b/common.nix @@ -32,6 +32,13 @@ with builtins; 127.0.0.1 twitter.com 127.0.0.1 instagram.com 127.0.0.1 facebook.com + + 127.0.0.1 google-analytics.com + 127.0.0.1 stats.g.doubleclick.net + 127.0.0.1 googleadservices.com + 127.0.0.1 googletagmanager.com + 127.0.0.1 googletagservices.com + 127.0.0.1 googlesyndication.com ''; home-manager.users.jade = { nixosConfig, pkgs, ... }: {