poseidon: move jellyfin service to hades

This commit is contained in:
Antoine Martin 2022-10-27 15:54:27 +02:00
parent bfdd8912c3
commit 9e608ae725
2 changed files with 4 additions and 4 deletions

View file

@ -62,6 +62,10 @@ in {
privatePort = 8082;
};
jellyfin = {
enable = true;
};
matrix = {
enable = true;
secretConfigFile = config.age.secrets."matrix-synapse/secret-config".path;

View file

@ -76,10 +76,6 @@ in {
enable = true;
};
jellyfin = {
enable = true;
};
lohr = {
enable = true;
port = 8083;