about summary refs log tree commit diff
path: root/machines/labnet/labtops.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/labnet/labtops.nix')
-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";