summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index 4a6918a3..01d830ce 100644
--- a/odin.nix
+++ b/odin.nix
@@ -309,6 +309,9 @@
309 stream_localhost on 309 stream_localhost on
310 stream_maxrate 1 310 stream_maxrate 1
311 311
312 ffmpeg_output_debug_movies on
313 text_changes on
314
312 despeckle_filter EedDl 315 despeckle_filter EedDl
313 threshold_tune on 316 threshold_tune on
314 noise_tune on 317 noise_tune on
@@ -320,6 +323,7 @@
320 ]; 323 ];
321 324
322 extraConfig = '' 325 extraConfig = ''
326 text_double on
323 text_left "%$\n%F %T %Z" 327 text_left "%$\n%F %T %Z"
324 text_right "" 328 text_right ""
325 text_changes off 329 text_changes off