From 881016915a6b86152644dea67712200658fc5927 Mon Sep 17 00:00:00 2001 From: deadvey Date: Mon, 19 Aug 2024 20:10:38 +0100 Subject: [PATCH] 472 current 2024-08-19 20:03:55 24.05.3999.c42fcfbdfeae 6.6.46 * --- configuration.nix | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/configuration.nix b/configuration.nix index 71fab80..6f6901f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -212,30 +212,6 @@ in services.mpd = { enable = true; - extraConfig = '' - bind_to_address "127.0.0.1" - #bind_to_address "~/.mpd/socket" - music_directory "~/Music" - playlist_directory "~/.mpd/playlists" - db_file "~/.mpd/mpd.db" - log_file "~/.mpd/mpd.log" - pid_file "~/.mpd/mpd.pid" - state_file "~/.mpd/mpdstate" - audio_output { - - type "pulse" - name "pulse audio" - device "pulse" - mixer_type "hardware" - } - -audio_output { - type "fifo" - name "my_fifo" - path "/tmp/mpd.fifo" - format "44100:16:2" -} - ''; }; programs.bash = {