modules.services.photoprism: fix build

This commit is contained in:
2025-07-09 10:04:27 +08:00
parent ae705f203b
commit 2557a33bc4

View File

@@ -37,7 +37,7 @@ inputs:
nixos.services =
{
mariadb.instances.photoprism = {};
nginx.https.${photoprism.hostname}.location."/".proxy = { upstream = "http://127.0.0.1:2342"; websocket = true; };
nginx.https."photoprism.chn.moe".location."/".proxy = { upstream = "http://127.0.0.1:2342"; websocket = true; };
};
};
}