nixos/immich: change default port to 2283

This was always upstream's default but they also change the internal
port, i.e. behind the reverse proxy, to 2283 in
https://github.com/immich-app/immich/pull/13185.
This commit is contained in:
Robert Schütz 2024-10-15 14:17:16 -07:00
parent 8d4b0e9bc6
commit e3152f80bf
2 changed files with 7 additions and 7 deletions

View file

@ -91,7 +91,7 @@ in
};
port = mkOption {
type = types.port;
default = 3001;
default = 2283;
description = "The port that immich will listen on.";
};
openFirewall = mkOption {