chore(vesuvio): change nginx config a bit

This commit is contained in:
uku 2025-06-30 12:14:40 +02:00
parent ac96bb47e9
commit 389f6b2e10
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
4 changed files with 75 additions and 80 deletions

View file

@ -1,12 +1,7 @@
{ config, _utils, ... }:
let
frp = _utils.mkFrpPassthrough "immich" config.services.immich.port;
in
{
imports = [ frp ];
services.immich = {
enable = true;
host = "0.0.0.0";
settings = null;
mediaLocation = "/data/immich";