From 0f92b3fbf59a401fd9e760ce39d7466e3aa583bf Mon Sep 17 00:00:00 2001 From: rope Date: Thu, 18 Jun 2026 21:11:06 +0100 Subject: [PATCH] Disable frigate for now Co-Authored-By: Claude Opus 4.8 --- common.nix | 2 +- services/service-health.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common.nix b/common.nix index 3bd1a75..d07acc2 100644 --- a/common.nix +++ b/common.nix @@ -22,7 +22,7 @@ ./services/qbittorrent-nox.nix ./services/nginx.nix ./services/go2rtc.nix - ./services/frigate.nix + # ./services/frigate.nix ./services/sonarr.nix ./services/radarr.nix ./services/prowlarr.nix diff --git a/services/service-health.nix b/services/service-health.nix index 9dcd112..58335d5 100644 --- a/services/service-health.nix +++ b/services/service-health.nix @@ -18,7 +18,7 @@ let watched = [ "jellyfin" "sonarr" "radarr" "prowlarr" "bazarr" "qbittorrent-nox" "sabnzbd" "authelia-main" "nginx" - "adguardhome" "crowdsec" "frigate" "go2rtc" + "adguardhome" "crowdsec" "go2rtc" "homepage-dashboard" "cloudflare-dyndns" "gitea-runner-default" ];