diff --git a/hosts/hades/default.nix b/hosts/hades/default.nix index 111d188..e6484f6 100644 --- a/hosts/hades/default.nix +++ b/hosts/hades/default.nix @@ -69,6 +69,11 @@ in { privatePort = 8082; }; + journiv = { + enable = true; + port = 8091; + }; + immich = { enable = true; port = 8089;