From fb6a21be123c1369cdc2a60947d70736d318db40 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Mon, 22 Apr 2024 22:29:04 +0800 Subject: [PATCH] Revert "nixos: add xz backdoor killswitch" This reverts commit d575fa95ba73fc0d3e1d3f0d5a02558e1b11b048. --- nixos/profiles/common/core/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nixos/profiles/common/core/default.nix b/nixos/profiles/common/core/default.nix index cdf7c3a..f36a4d7 100644 --- a/nixos/profiles/common/core/default.nix +++ b/nixos/profiles/common/core/default.nix @@ -115,9 +115,4 @@ }; }; }; - - # xz backdoor killswitch - # ref: https://gist.github.com/thesamesam/223949d5a074ebc3dce9ee78baad9e27?permalink_comment_id=5006861#gistcomment-5006861 - environment.sessionVariables."yolAbejyiejuvnup" = "Evjtgvsh5okmkAvj"; - systemd.services."sshd".environment."yolAbejyiejuvnup" = "Evjtgvsh5okmkAvj"; }