From cfc789e76f1d15772e40732a385e5bed409a036f Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 27 Oct 2022 17:29:13 +0200 Subject: [PATCH] poseidon: move transmission to hades --- hosts/hades/default.nix | 5 +++++ hosts/poseidon/default.nix | 5 ----- services/transmission.nix | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hosts/hades/default.nix b/hosts/hades/default.nix index 4ca8a71..27e0673 100644 --- a/hosts/hades/default.nix +++ b/hosts/hades/default.nix @@ -104,6 +104,11 @@ in { enable = true; exitNode = true; }; + + transmission = { + enable = true; + username = "alarsyo"; + }; }; # Enable the OpenSSH daemon. diff --git a/hosts/poseidon/default.nix b/hosts/poseidon/default.nix index ea8223a..d3c263f 100644 --- a/hosts/poseidon/default.nix +++ b/hosts/poseidon/default.nix @@ -92,11 +92,6 @@ in { enable = true; exitNode = true; }; - - transmission = { - enable = true; - username = "alarsyo"; - }; }; # Enable the OpenSSH daemon. diff --git a/services/transmission.nix b/services/transmission.nix index c2f4944..e78cb07 100644 --- a/services/transmission.nix +++ b/services/transmission.nix @@ -82,12 +82,12 @@ in { listen = [ # FIXME: hardcoded tailscale IP { - addr = "100.80.61.67"; + addr = "100.115.172.44"; port = 443; ssl = true; } { - addr = "100.80.61.67"; + addr = "100.115.172.44"; port = 80; ssl = false; }