box: overwrite preStart in photoprism
This commit is contained in:
parent
a8e4e648ce
commit
24b37c636b
@ -194,7 +194,10 @@ in {
|
||||
openssh.authorizedKeys.keys = pubKeys;
|
||||
};
|
||||
|
||||
systemd.services.photoprism.serviceConfig.WorkingDirectory = lib.mkForce "/media/pictures/photoprism";
|
||||
systemd.services.photoprism.serviceConfig = {
|
||||
WorkingDirectory = lib.mkForce "/media/pictures/photoprism";
|
||||
preStart = lib.mkForce "";
|
||||
};
|
||||
|
||||
services = {
|
||||
photoprism = {
|
||||
|
Loading…
Reference in New Issue
Block a user