My nix-darwin and NixOS config
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: move Nextcloud off Immich ML port

Keep Nextcloud's Caddy listener away from Immich machine-learning so the
Cloudflare tunnel can reach the intended service again.

👾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta Code <noreply@letta.com>

+2 -2
+2 -2
modules/options.nix
··· 460 460 }; 461 461 caddyPort = mkOption { 462 462 type = int; 463 - default = 3003; 464 - description = "Caddy virtual host port — used by the Cloudflare tunnel."; 463 + default = 3005; 464 + description = "Caddy virtual host port — used by the Cloudflare tunnel, kept separate from Immich ML."; 465 465 }; 466 466 adminUser = mkOption { 467 467 type = str;