poseidon: move jellyfin service to hades
This commit is contained in:
parent
bfdd8912c3
commit
9e608ae725
|
@ -62,6 +62,10 @@ in {
|
|||
privatePort = 8082;
|
||||
};
|
||||
|
||||
jellyfin = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
matrix = {
|
||||
enable = true;
|
||||
secretConfigFile = config.age.secrets."matrix-synapse/secret-config".path;
|
||||
|
|
|
@ -76,10 +76,6 @@ in {
|
|||
enable = true;
|
||||
};
|
||||
|
||||
jellyfin = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
lohr = {
|
||||
enable = true;
|
||||
port = 8083;
|
||||
|
|
Loading…
Reference in a new issue