From 76895c43789713e5b43d21b7d8d8e10afc04def5 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 25 Aug 2020 22:16:53 +0200 Subject: [PATCH] mpd: Disable auto update Since git annex creates a directory for every file, enabling auto update has to watch many directories which leads to hitting the `max_user_watches` limit. --- modules/mpd.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/mpd.nix b/modules/mpd.nix index f5a791f..bc0a786 100644 --- a/modules/mpd.nix +++ b/modules/mpd.nix @@ -13,7 +13,6 @@ let restore_paused "yes" replaygain "track" - auto_update "yes" audio_output { type "pulse"