this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

need to specify we're using the unstable package

+1
+1
hosts/profiles/photoprism/default.nix
··· 14 14 15 15 services.photoprism = { 16 16 enable = true; 17 + package = pkgs.unstable.photoprism; 17 18 port = 2342; 18 19 originalsPath = "/var/lib/private/photoprism/originals"; 19 20 address = "0.0.0.0";