From 92955e0ee3267f812ce2026334e590e7a9065fe7 Mon Sep 17 00:00:00 2001 From: deadvey Date: Mon, 19 Aug 2024 20:09:34 +0100 Subject: [PATCH] 472 current 2024-08-19 20:03:55 24.05.3999.c42fcfbdfeae 6.6.46 * --- configuration.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configuration.nix b/configuration.nix index 0444101..71fab80 100644 --- a/configuration.nix +++ b/configuration.nix @@ -208,13 +208,6 @@ in programs.ncmpcpp = { enable = true; - settings = { - mpd_music_dir = "~/media/Audio/playlist"; - mpd_host = "localhost"; - mpd_port = "6600"; - mpd_connection_timeout = "5"; - mpd_crossfade_time = "5"; - }; }; services.mpd = {