From 4cecd076027b1fe9c92a45719a8850f743494d96 Mon Sep 17 00:00:00 2001 From: alisceon Date: Wed, 27 May 2026 23:26:48 +0200 Subject: [PATCH] regress to sane port --- nixos/hosts/alisceon-core/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/hosts/alisceon-core/configuration.nix b/nixos/hosts/alisceon-core/configuration.nix index 9bae83d..31721b2 100644 --- a/nixos/hosts/alisceon-core/configuration.nix +++ b/nixos/hosts/alisceon-core/configuration.nix @@ -69,7 +69,7 @@ in 22 80 443 - 9001 + 24601 ]; }; @@ -215,7 +215,7 @@ in }; settings = { Nickname = "alisceondotcom"; - ORPort = 9001; + ORPort = 24601; DataDirectory = "/var/lib/tor"; ExitRelay = false; ExitPolicy = [ "reject *:*" ];