photoprism: make work

This commit is contained in:
Motiejus Jakštys 2023-12-28 23:29:36 +02:00
parent c4bdcfc754
commit ac8e5f1c50
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
config, config,
#lib, lib,
pkgs, pkgs,
myData, myData,
... ...
@ -361,7 +361,7 @@
}; };
photoprism = { photoprism = {
enable = false; enable = true;
originalsPath = "/data"; originalsPath = "/data";
}; };
@ -649,8 +649,8 @@
}; };
photoprism.serviceConfig = { photoprism.serviceConfig = {
#TemporaryFileSystem = ["/data"]; ProtectHome = lib.mkForce "tmpfs";
#BindPaths = ["/home/motiejus/Pictures:/data"]; BindPaths = ["/home/motiejus/annex2/Pictures:/data"];
}; };
}; };