From 37df6b7a66d2d23cc7b2c209dc4e0842dc0ed114 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 14 Dec 2023 22:40:47 +0100 Subject: [PATCH] hades: enable immich --- hosts/hades/default.nix | 5 +++++ 1 file changed, 5 insertions(+) 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; };