diff --git a/hosts/chunk/tor.nix b/hosts/chunk/tor.nix index 820b138..a5cadb1 100644 --- a/hosts/chunk/tor.nix +++ b/hosts/chunk/tor.nix @@ -9,7 +9,7 @@ settings = { ORPort = 9001; Nickname = "chunk"; - MaxAdvertisedBandwidth = "10MBytes"; + MaxAdvertisedBandwidth = "20MBytes"; }; }; }