photoprism: make work
This commit is contained in:
parent
c4bdcfc754
commit
ac8e5f1c50
@ -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"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user