programs: tor-browser-bundle-bin -> tor-browser

they're the same (aliased), only my programs API expects 'tor-browser' specifically
This commit is contained in:
2024-02-13 11:16:44 +00:00
parent 634dc318cd
commit 82c386a6a4
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
# useHardenedMalloc = false; # useHardenedMalloc = false;
# }; # };
sandbox.method = "bwrap"; sandbox.method = "bwrap";
sandbox.wrapperType = "wrappedDerivation"; sandbox.wrapperType = "inplace";
sandbox.net = "clearnet"; # tor over VPN wouldn't make sense sandbox.net = "clearnet"; # tor over VPN wouldn't make sense
sandbox.whitelistAudio = true; sandbox.whitelistAudio = true;
persist.byStore.cryptClearOnBoot = [ persist.byStore.cryptClearOnBoot = [

View File

@@ -171,7 +171,7 @@ in
"soundconverter" "soundconverter"
"spotify" # x86-only "spotify" # x86-only
"steam" "steam"
"tor-browser-bundle-bin" # x86-only "tor-browser" # x86-only
"vlc" "vlc"
"wireshark" # could maybe ship the cli as sysadmin pkg "wireshark" # could maybe ship the cli as sysadmin pkg
# "zecwallet-lite" # x86-only # "zecwallet-lite" # x86-only