From abdf9d20e1dfbbebcdc0b22ad7782c5c31cad182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 2 Aug 2024 16:36:45 +0300 Subject: [PATCH] enable photoprism --- hosts/fwminex/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index fa2cae0..dd9f6c8 100644 --- 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; };