Immich: Difference between revisions

Ralith (talk | contribs)
Add nginx reverse proxy example
Onny (talk | contribs)
Cleanup config
Line 5: Line 5:
The following example configuration will enable Immich locally.
The following example configuration will enable Immich locally.


{{file|/etc/nixos/configuration.nix|nix|3=services.immich = {
{{file|/etc/nixos/configuration.nix|nix|3=services.immich.enable = true;
  enable = true;
  environment.IMMICH_MACHINE_LEARNING_URL = "http://localhost:3003";
};
}}To see more options, visit the [https://search.nixos.org/options?channel=unstable&query=services.immich Immich module's options page].
}}To see more options, visit the [https://search.nixos.org/options?channel=unstable&query=services.immich Immich module's options page].