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:
parent
c8a02dbb57
commit
dce813c55b
@ -361,8 +361,8 @@
|
||||
};
|
||||
|
||||
photoprism = {
|
||||
enable = true;
|
||||
originalsPath = "/home/motiejus/Pictures";
|
||||
enable = false;
|
||||
originalsPath = "/data";
|
||||
};
|
||||
|
||||
logrotate = {
|
||||
@ -649,12 +649,8 @@
|
||||
};
|
||||
|
||||
photoprism.serviceConfig = {
|
||||
#ProtectHome = lib.mkForce "tmpfs";
|
||||
#BindPaths = ["/home/motiejus/Pictures"];
|
||||
#DynamicUser = lib.mkForce false;
|
||||
#LockPersonality = lib.mkForce false;
|
||||
#PrivateDevices = lib.mkForce false;
|
||||
#PrivateUsers = lib.mkForce false;
|
||||
#TemporaryFileSystem = ["/data"];
|
||||
#BindPaths = ["/home/motiejus/Pictures:/data"];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user