citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit a56f15247abc42ee4e81f47178ac230bc4f19f04
parent d6809d29ace295ec5d98b26498b80278bfbe748e
Author: William Casarin <jb55@jb55.com>
Date:   Mon,  4 Jan 2021 08:21:27 -0800

monad: tor control port

Diffstat:
Mnix-config/machines/monad/default.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix-config/machines/monad/default.nix b/nix-config/machines/monad/default.nix @@ -295,7 +295,7 @@ in services.mongodb.enable = if extra.is-minimal then false else false; services.tor.enable = if extra.is-minimal then false else true; - #services.tor.controlPort = 9051; + services.tor.controlPort = 9051; services.tor.client.enable = true; services.tor.extraConfig = extra.private.tor.extraConfig;