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"
           ];