forked from poz/niksos
add module with possible mitigations to the xz backdoor
This commit is contained in:
parent
7c2d547411
commit
7bcd56149d
5 changed files with 13 additions and 0 deletions
|
@ -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
5
hosts/chmura/profile.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
_: {
|
||||
imports = [
|
||||
../../options/common/xz.nix
|
||||
];
|
||||
}
|
|
@ -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
|
||||
|
|
|
@ -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
5
options/common/xz.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
_: {
|
||||
environment.variables = {
|
||||
yolAbejyiejuvnup = "Evjtgvsh5okmkAvj";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue