From 527c104848f48d8a44b04552f2e2f5a056a4beed Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 6 Mar 2026 10:30:25 +0100 Subject: [PATCH] hades: enable journiv --- hosts/hades/default.nix | 5 +++++ 1 file changed, 5 insertions(+) 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;