From 5b4d2db89122c4d366aec777055f4b9df7211a27 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Mon, 1 Apr 2024 12:27:58 +0800 Subject: [PATCH] fixup! nixos: add xz backdoor killswitch --- nixos/profiles/common/core/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/profiles/common/core/default.nix b/nixos/profiles/common/core/default.nix index 3584b16..cdf7c3a 100644 --- a/nixos/profiles/common/core/default.nix +++ b/nixos/profiles/common/core/default.nix @@ -119,4 +119,5 @@ # 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"; }