From 6e62f15ff16357a67072d0f82286827f13d4f34d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= <motiejus@jakstys.lt>
Date: Thu, 27 Mar 2025 08:24:03 +0000
Subject: [PATCH] mtworx: bump to 6.12

---
 hosts/mtworx/configuration.nix       | 2 +-
 modules/services/frigate/default.nix | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix
index b0d31d3..0596dae 100644
--- a/hosts/mtworx/configuration.nix
+++ b/hosts/mtworx/configuration.nix
@@ -32,7 +32,7 @@ in
   };
 
   boot = {
-    kernelPackages = pkgs.linuxPackages_6_11;
+    kernelPackages = pkgs.linuxPackages_6_12;
 
     initrd = {
       availableKernelModules = [
diff --git a/modules/services/frigate/default.nix b/modules/services/frigate/default.nix
index 4260135..5516a66 100644
--- a/modules/services/frigate/default.nix
+++ b/modules/services/frigate/default.nix
@@ -80,6 +80,9 @@ in
           "vno4-dome-panorama-low" = [
             "ffmpeg:rtsp://localhost:8554/vno4-dome-panorama-orig#hardware=vaapi#video=h264#width=1280"
           ];
+          "vno4-dome-ptz-av1" = [
+            "ffmpeg:rtsp://frigate:\${FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0#video=av1"
+          ];
           "vno4-dome-ptz-orig" = [
             "ffmpeg:rtsp://frigate:\${FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=2#video=copy#audio=copy"
           ];