From cf32b1e4a39573ba3b93a88bdcc5526301ef015d Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Sun, 5 Nov 2023 01:23:08 +0100 Subject: [PATCH] tor: explicit cpu configuration --- hosts/tor/tor.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/tor/tor.nix b/hosts/tor/tor.nix index 58fac5b..f2b6726 100644 --- a/hosts/tor/tor.nix +++ b/hosts/tor/tor.nix @@ -2,6 +2,8 @@ services.tor = { settings = { Nickname = "DXV7520"; + # Auto-detection of CPUs does not seem to work + NumCPUs = 2; ORPort = [ { addr = "91.210.59.57"; port = 443; } { addr = "[2a0d:3e83:1:b284::1]"; port = 443; }