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