photoprism: disable for now

Dec 28 00:03:54 vno1-oh2 (re-start)[1055134]: photoprism.service: Failed to set up mount namespacing: /run/systemd/mount-rootfs/data: No such file or directory
    Dec 28 00:03:54 vno1-oh2 (re-start)[1055134]: photoprism.service: Failed at step NAMESPACE spawning /nix/store/000qvz8dblxpd0hdp3iylj8gj9lg43wg-unit-script-photoprism-pre-start/bin/photoprism-pre-start: No such file or directory
This commit is contained in:
Motiejus Jakštys 2023-12-28 00:06:12 +02:00
parent c8a02dbb57
commit dce813c55b
1 changed files with 4 additions and 8 deletions

View File

@ -361,8 +361,8 @@
}; };
photoprism = { photoprism = {
enable = true; enable = false;
originalsPath = "/home/motiejus/Pictures"; originalsPath = "/data";
}; };
logrotate = { logrotate = {
@ -649,12 +649,8 @@
}; };
photoprism.serviceConfig = { photoprism.serviceConfig = {
#ProtectHome = lib.mkForce "tmpfs"; #TemporaryFileSystem = ["/data"];
#BindPaths = ["/home/motiejus/Pictures"]; #BindPaths = ["/home/motiejus/Pictures:/data"];
#DynamicUser = lib.mkForce false;
#LockPersonality = lib.mkForce false;
#PrivateDevices = lib.mkForce false;
#PrivateUsers = lib.mkForce false;
}; };
}; };