From 431f2c1df669694a0a9ec5d4c119faf0fcb7909a Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 11 Oct 2022 21:37:23 +0200 Subject: [PATCH] hades: enable photoprism --- hosts/hades/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/hades/default.nix b/hosts/hades/default.nix index bead92d..fb67fd9 100644 --- a/hosts/hades/default.nix +++ b/hosts/hades/default.nix @@ -73,6 +73,11 @@ in { privatePort = 8080; }; + photoprism = { + enable = true; + port = 8084; + }; + restic-backup = { enable = true; repo = "b2:hades-backup-alarsyo";