feat: configured syncthing and photoprism

This commit is contained in:
Nick 2025-12-14 01:52:25 -06:00
parent 77dcbe3c33
commit 8eb9ed31fc
8 changed files with 161 additions and 92 deletions

View file

@ -5,7 +5,7 @@
let
inherit (flake.config.people) user0;
inherit (flake.config.services.instances) syncthing;
inherit (import ../../../../helpers.nix { inherit flake; }) labHelpers;
inherit (import ../../../helpers.nix { inherit flake; }) labHelpers;
inherit (labHelpers) mediaPath docsPath miscPath;
serviceCfg = syncthing;
in