This commit is contained in:
Bryan Ramos 2026-03-14 18:47:00 -04:00
parent a383cfc95f
commit 77b5f7cfc4

View file

@ -76,7 +76,6 @@ in
detect.enabled = false; # No motion detection for indoor detect.enabled = false; # No motion detection for indoor
audio = { audio = {
enabled = true; enabled = true;
listen = [ "bark" "fire_alarm" "scream" "speech" "yell" ];
}; };
ffmpeg.inputs = [ ffmpeg.inputs = [
{ {
@ -90,7 +89,6 @@ in
detect.enabled = false; # No motion detection for indoor detect.enabled = false; # No motion detection for indoor
audio = { audio = {
enabled = true; enabled = true;
listen = [ "bark" "fire_alarm" "scream" "speech" "yell" ];
}; };
ffmpeg.inputs = [ ffmpeg.inputs = [
{ {