From 3f62ee0dcd4038e70e8b0e190cb9e39ab26ea197 Mon Sep 17 00:00:00 2001 From: chn Date: Wed, 4 Oct 2023 12:11:40 +0800 Subject: [PATCH] fix --- modules/services/nginx/applications/photoprism.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/nginx/applications/photoprism.nix b/modules/services/nginx/applications/photoprism.nix index 3140337d..61dad346 100644 --- a/modules/services/nginx/applications/photoprism.nix +++ b/modules/services/nginx/applications/photoprism.nix @@ -12,7 +12,7 @@ inputs: address = mkOption { type = types.nonEmptyStr; default = "127.0.0.1"; }; port = mkOption { type = types.ints.unsigned; default = 2342; }; };})]; - default = "127.0.0.1:9726"; + default = "127.0.0.1:2342"; }; };})); default = {};