From edd0f8097d3cf861127ca035303d1327cdf52e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 22 Feb 2025 20:52:56 +0200 Subject: [PATCH] disable frigate --- hosts/fwminex/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index b55e880..dead801 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -496,7 +496,7 @@ in }; frigate = { - enable = true; + enable = false; secretsEnv = config.age.secrets.frigate.path; };