add module with possible mitigations to the xz backdoor

This commit is contained in:
jacekpoz 2024-03-31 10:39:46 +02:00
parent 7c2d547411
commit 7bcd56149d
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
5 changed files with 13 additions and 0 deletions

View file

@ -14,6 +14,7 @@ _: {
./jacekpoz.pl.nix
./ntfy-sh.nix
./owncast.nix
./profile.nix
./programs.nix
#./stalwart.nix
./trollface.pl

5
hosts/chmura/profile.nix Normal file
View file

@ -0,0 +1,5 @@
_: {
imports = [
../../options/common/xz.nix
];
}

View file

@ -7,6 +7,7 @@ _: {
../../options/common/oomd.nix
../../options/common/pin-registry.nix
../../options/common/preserve-system.nix
../../options/common/xz.nix
../../options/desktop/bluetooth.nix
../../options/desktop/dev/malloc-perturb.nix
../../options/desktop/fonts.nix

View file

@ -10,6 +10,7 @@ _: {
../../options/common/oomd.nix
../../options/common/pin-registry.nix
../../options/common/preserve-system.nix
../../options/common/xz.nix
../../options/desktop/asusd.nix
../../options/desktop/bluetooth.nix
../../options/desktop/dev/malloc-perturb.nix

5
options/common/xz.nix Normal file
View file

@ -0,0 +1,5 @@
_: {
environment.variables = {
yolAbejyiejuvnup = "Evjtgvsh5okmkAvj";
};
}