From b3819a741f6aeaea58fb0ad84b42c686ff35fe69 Mon Sep 17 00:00:00 2001 From: cy Date: Mon, 16 Dec 2024 11:44:48 -0500 Subject: [PATCH] maybe this is better? --- hosts/chunk/tor.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/chunk/tor.nix b/hosts/chunk/tor.nix index 14c0447..820b138 100644 --- a/hosts/chunk/tor.nix +++ b/hosts/chunk/tor.nix @@ -9,7 +9,7 @@ settings = { ORPort = 9001; Nickname = "chunk"; - MaxAdvertisedBandwidth = "10 MBytes"; + MaxAdvertisedBandwidth = "10MBytes"; }; }; }