mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
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:
parent
8d4b0e9bc6
commit
e3152f80bf
2 changed files with 7 additions and 7 deletions
|
@ -91,7 +91,7 @@ in
|
|||
};
|
||||
port = mkOption {
|
||||
type = types.port;
|
||||
default = 3001;
|
||||
default = 2283;
|
||||
description = "The port that immich will listen on.";
|
||||
};
|
||||
openFirewall = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue