tor: explicit cpu configuration
This commit is contained in:
parent
6b98725090
commit
cf32b1e4a3
|
@ -2,6 +2,8 @@
|
||||||
services.tor = {
|
services.tor = {
|
||||||
settings = {
|
settings = {
|
||||||
Nickname = "DXV7520";
|
Nickname = "DXV7520";
|
||||||
|
# Auto-detection of CPUs does not seem to work
|
||||||
|
NumCPUs = 2;
|
||||||
ORPort = [
|
ORPort = [
|
||||||
{ addr = "91.210.59.57"; port = 443; }
|
{ addr = "91.210.59.57"; port = 443; }
|
||||||
{ addr = "[2a0d:3e83:1:b284::1]"; port = 443; }
|
{ addr = "[2a0d:3e83:1:b284::1]"; port = 443; }
|
||||||
|
|
Loading…
Reference in a new issue