From 57da8cf8a2e197f67b71e41721f9115e1e733881 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Thu, 9 Nov 2023 01:18:06 +0100 Subject: [PATCH] Revert "tor: explicit cpu configuration" This reverts commit cf32b1e4a39573ba3b93a88bdcc5526301ef015d. --- hosts/tor/tor.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/tor/tor.nix b/hosts/tor/tor.nix index f2b6726..58fac5b 100644 --- a/hosts/tor/tor.nix +++ b/hosts/tor/tor.nix @@ -2,8 +2,6 @@ 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; }