summaryrefslogtreecommitdiffstats
path: root/common/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/default.nix')
-rw-r--r--common/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/default.nix b/common/default.nix
index 871c4da..30bb3f2 100644
--- a/common/default.nix
+++ b/common/default.nix
@@ -29,4 +29,6 @@ inputs:
29 ]; 29 ];
30 30
31 services.nscd.enableNsncd = true; 31 services.nscd.enableNsncd = true;
32
33 environment.sessionVariables.DO_NOT_TRACK = "1";
32} 34}