diff --git a/hosts/hades/default.nix b/hosts/hades/default.nix index 0e4191b..4f4c02e 100644 --- a/hosts/hades/default.nix +++ b/hosts/hades/default.nix @@ -62,6 +62,11 @@ in { privatePort = 8082; }; + immich = { + enable = true; + port = 8089; + }; + jellyfin = { enable = true; };