mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-18 04:18:07 -06:00
feat: configured syncthing and photoprism
This commit is contained in:
parent
77dcbe3c33
commit
8eb9ed31fc
8 changed files with 161 additions and 92 deletions
|
|
@ -1,13 +1,14 @@
|
|||
{
|
||||
flake,
|
||||
lib,
|
||||
pkgs,
|
||||
labHelpers,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (import ../../../helpers.nix { inherit flake; }) labHelpers;
|
||||
inherit (labHelpers) guestPath mediaPath;
|
||||
inherit (import ../config { inherit flake lib; }) photoprismVM;
|
||||
inherit (import ../config { inherit flake lib pkgs; }) photoprismVM;
|
||||
inherit (flake.config.services.instances) photoprism;
|
||||
inherit (flake.config.people) user0;
|
||||
interfaceCfg = photoprism.interfaces.interface0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue