From 8d3ffac56c3a90ef353c6fed1b489e0f26c5c501 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Tue, 20 Jun 2017 14:15:16 +0200 Subject: machines/hannswurscht: disable mpd --- machines/labnet/labtops.nix | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'machines/labnet') diff --git a/machines/labnet/labtops.nix b/machines/labnet/labtops.nix index 64d0c30a..94246cf6 100644 --- a/machines/labnet/labtops.nix +++ b/machines/labnet/labtops.nix @@ -41,20 +41,6 @@ services.logind.extraConfig = "HandleLidSwitch=ignore"; - services.mpd = { - enable = true; - musicDirectory = musicDir; - network.listenAddress = "any"; - extraConfig = '' - auto_update yes - audio_output { - type "pulse" - name "MPD Pulse Output" - server "127.0.0.1" - } - ''; - }; - fileSystems = { "${musicDir}" = { device = "ftp.openlab.lan:/data/upload/music"; -- cgit 1.4.1