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;