From 2e45c142272cc88f0ef6c5aa4b228e5eac1ebc15 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 ----- 2 files changed, 5 insertions(+), 5 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.