home packages: fix tor crash
This commit is contained in:
3
modules/universal/env/home-packages.nix
vendored
3
modules/universal/env/home-packages.nix
vendored
@@ -37,7 +37,8 @@ with pkgs;
|
|||||||
sops
|
sops
|
||||||
ssh-to-age
|
ssh-to-age
|
||||||
sudo
|
sudo
|
||||||
tor-browser-bundle-bin
|
# hardenedMalloc solves a crash at startup
|
||||||
|
(tor-browser-bundle-bin.override { useHardenedMalloc = false; })
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
youtube-dl
|
youtube-dl
|
||||||
# TODO: this should be moved into `nix develop` in blog repo
|
# TODO: this should be moved into `nix develop` in blog repo
|
||||||
|
Reference in New Issue
Block a user