From 92af1c0fcd87ea3ca8d67b8831c7b6c4633f0c26 Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Sun, 4 Apr 2021 20:34:32 +0200 Subject: [PATCH] fix(rpi4): disable photoprism due to issues on aarch64 --- rpi4.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi4.nix b/rpi4.nix index f537a78..62470e8 100644 --- a/rpi4.nix +++ b/rpi4.nix @@ -12,7 +12,7 @@ with builtins; { ./services/kodi.nix ./services/jellyfin.nix ./services/etebase.nix - ./services/photoprism.nix + # ./services/photoprism.nix # TODO not working on aarch64 due to tensorflow ./services/home-assistant.nix ./services/owntracks.nix ];