From a5bb8f8b7dbc3a4a7c069ef9d18a76348a5ce63e Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 20 May 2024 18:28:03 -0700 Subject: [PATCH] Change, I guess? --- immich-ml-container.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/immich-ml-container.nix b/immich-ml-container.nix index b6c110c..a384952 100644 --- a/immich-ml-container.nix +++ b/immich-ml-container.nix @@ -14,6 +14,7 @@ in { port = mkOption { type = port; description = "Port on which to listen for connections."; + default = 3003; }; state-directory = mkOption {