From e7c479d4330a48c6bcf5f7ee2c6399f2ec9eae55 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";