Immich: Difference between revisions
→Using borg for backups: use "config.services.immich.mediaLocation" instead of hardcoding the path |
Add description about host and openFirewall |
||
| Line 5: | Line 5: | ||
{{file|/etc/nixos/configuration.nix|nix|3=services.immich.enable = true; | {{file|/etc/nixos/configuration.nix|nix|3=services.immich.enable = true; | ||
services.immich.port = 2283;}} | services.immich.port = 2283;}} | ||
To access Immich from other devices via network, add the following as well: | |||
{{file|/etc/nixos/configuration.nix|nix|3=services.immich.host = "0.0.0.0"; | |||
services.immich.openFirewall = true;}} | |||
More options are available: {{nixos:option|services.immich.}} | More options are available: {{nixos:option|services.immich.}} | ||