From 2e93dc6f7786f6095dae4957c2f74bbaddad064c Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 3 Apr 2024 17:38:13 +0200 Subject: [PATCH] hades: disable photoprism --- hosts/hades/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/hades/default.nix b/hosts/hades/default.nix index 4f4c02e..a7b6544 100644 --- a/hosts/hades/default.nix +++ b/hosts/hades/default.nix @@ -112,11 +112,6 @@ in { secretKeyFile = config.age.secrets."paperless/secret-key".path; }; - photoprism = { - enable = true; - port = 8084; - }; - pleroma = { enable = true; port = 8086;