From c0e1bc1f6f116d135c5e9e2a561d749675254e49 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Tue, 16 May 2023 10:45:08 +0200 Subject: [PATCH] sombrero: Bind `transmission` to non-default port To avoid brute-force login attempts --- hosts/sombrero/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sombrero/configuration.nix b/hosts/sombrero/configuration.nix index f7a6efd..a5a6d1f 100644 --- a/hosts/sombrero/configuration.nix +++ b/hosts/sombrero/configuration.nix @@ -126,6 +126,7 @@ enable = true; openFirewall = true; openRPCPort = true; + settings.rpc-port = 9191; settings.rpc-bind-address = "0.0.0.0"; user = "alex";