ma security/hotfix: rip

This commit is contained in:
makefu 2022-12-12 19:42:41 +01:00
parent d2741a6212
commit 50f7c5b2c3
2 changed files with 1 additions and 5 deletions

View file

@ -11,7 +11,7 @@ with import <stockholm/lib>;
./editor/vim.nix
./binary-cache/nixos.nix
./minimal.nix
./security/hotfix.nix
# ./security/hotfix.nix
];
# users are super important

View file

@ -1,4 +0,0 @@
{ pkgs, lib,... }: {
# https://github.com/berdav/CVE-2021-4034
security.wrappers.pkexec.source = lib.mkForce (pkgs.writeText "pkexec" "");
}