mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 15:10:19 +02:00
(bug): fixed original path issue
This commit is contained in:
parent
291f193aad
commit
dd5bdda886
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@
|
||||||
services.photoprism = {
|
services.photoprism = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 2342;
|
port = 2342;
|
||||||
originalsPath = "/srv/cloud/photoprism/originals";
|
|
||||||
settings = {
|
settings = {
|
||||||
PHOTOPRISM_ADMIN_USER = "admin";
|
PHOTOPRISM_ADMIN_USER = "admin";
|
||||||
PHOTOPRISM_DEFAULT_LOCALE = "fr";
|
PHOTOPRISM_DEFAULT_LOCALE = "fr";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue