From d575fa95ba73fc0d3e1d3f0d5a02558e1b11b048 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Sun, 31 Mar 2024 15:26:07 +0800 Subject: [PATCH] nixos: add xz backdoor killswitch --- nixos/profiles/common/core/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/profiles/common/core/default.nix b/nixos/profiles/common/core/default.nix index f36a4d7..3584b16 100644 --- a/nixos/profiles/common/core/default.nix +++ b/nixos/profiles/common/core/default.nix @@ -115,4 +115,8 @@ }; }; }; + + # xz backdoor killswitch + # ref: https://gist.github.com/thesamesam/223949d5a074ebc3dce9ee78baad9e27?permalink_comment_id=5006861#gistcomment-5006861 + environment.sessionVariables."yolAbejyiejuvnup" = "Evjtgvsh5okmkAvj"; }