mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
modules.services.photoprism: fix build
This commit is contained in:
@@ -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; };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user