From ad3c8d150d311fe12075bdfcc9ce670fd47a43dd Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 7 Feb 2024 14:32:51 -0800 Subject: [PATCH] Add port option --- immich-container.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/immich-container.nix b/immich-container.nix index 94d4a99..c8cde2d 100644 --- a/immich-container.nix +++ b/immich-container.nix @@ -17,6 +17,12 @@ in { description = "Path at which to store bulk server data."; }; + port = mkOption { + type = port; + description = "Port on which to listen for requests."; + default = 3254; + }; + images = { immich = mkOption { type = str;