From e6f6561fe54f0b4ac354bbcc7ef9a80e991f6422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 25 Jan 2025 11:21:20 +0200 Subject: [PATCH] cameras: record 3 days --- hosts/fwminex/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 8d5cbaa..5014e00 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -333,6 +333,13 @@ in in "${myData.hosts.${fqdn}.jakstIP}"; settings = { + record = { + enabled = true; + retain = { + days = 3; + mode = "all"; + }; + }; cameras = { vno4-dome-panorama = { enabled = true;