about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-06-20 14:15:16 +0200
committerProfpatsch <mail@profpatsch.de>2017-06-20 14:15:16 +0200
commit8d3ffac56c3a90ef353c6fed1b489e0f26c5c501 (patch)
tree0c89ec3d8ea8bc9f2e114a3f80c88709632f6b33 /machines
parentd84822c5d069998e45ed9524fccd9f9f4d51b336 (diff)
machines/hannswurscht: disable mpd
Diffstat (limited to 'machines')
-rw-r--r--machines/labnet/labtops.nix14
1 files changed, 0 insertions, 14 deletions
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";