From 4d0b463e00e15d68ea0c39662b3dd0cf068b5a42 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 2 Aug 2022 16:12:38 -0400 Subject: Move mpd server to workshop only --- lib/linux.nix | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'lib/linux.nix') diff --git a/lib/linux.nix b/lib/linux.nix index 1f22963..14ee8ac 100644 --- a/lib/linux.nix +++ b/lib/linux.nix @@ -186,25 +186,6 @@ in postExec = "${pkgs.notmuch}/bin/notmuch new"; }; - mpd = { - enable = true; - musicDirectory = "/mnt/campbell/ben/music"; - network = { - listenAddress = "0.0.0.0"; - port = 6600; - }; - extraConfig = '' - audio_output { - type "httpd" - name "HTTP Stream" - encoder "vorbis" - port "8097" - quality "7.0" - format "44100:16:2" - } - ''; - }; - polybar = { # https://github.com/0x746866/dots/blob/master/polybar/config enable = true; -- cgit v1.2.3