commit bd357d041a3951c71920561de79488f87bf0a4cd (tree) parent 14b85ab2bb3e93cb24d402faba350d1d51db60ce Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Fri, 2 Aug 2024 16:04:45 +0300 photoprism: do not add any paths for now Diffstat:
| M | hosts/fwminex/configuration.nix | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix @@ -119,10 +119,10 @@ in photoprism = { enable = true; uidgid = myData.uidgid.photoprism; - paths = { - "M-Camera" = "/home/motiejus/annex2/M-Active"; - "Pictures" = "/home/motiejus/annex2/Pictures"; - }; + paths = { }; + # "M-Camera" = "/home/motiejus/annex2/M-Active"; + # "Pictures" = "/home/motiejus/annex2/Pictures"; + #}; passwordFile = config.age.secrets.photoprism-admin-passwd.path; };