From 9e608ae7254a9052b7f0f67757be65a1b1c77a28 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 27 Oct 2022 15:54:27 +0200 Subject: [PATCH] poseidon: move jellyfin service to hades --- hosts/hades/default.nix | 4 ++++ hosts/poseidon/default.nix | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/hades/default.nix b/hosts/hades/default.nix index 82ce8b9..4ca8a71 100644 --- a/hosts/hades/default.nix +++ b/hosts/hades/default.nix @@ -62,6 +62,10 @@ in { privatePort = 8082; }; + jellyfin = { + enable = true; + }; + matrix = { enable = true; secretConfigFile = config.age.secrets."matrix-synapse/secret-config".path; diff --git a/hosts/poseidon/default.nix b/hosts/poseidon/default.nix index 0e09da0..ea8223a 100644 --- a/hosts/poseidon/default.nix +++ b/hosts/poseidon/default.nix @@ -76,10 +76,6 @@ in { enable = true; }; - jellyfin = { - enable = true; - }; - lohr = { enable = true; port = 8083;