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:
@@ -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 = [
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user