From 379c6c83d2b3971268edcfedec7c3eb55f6ce414 Mon Sep 17 00:00:00 2001 From: Ahtlon Date: Tue, 23 Jun 2026 18:54:16 +0200 Subject: [PATCH] [lucia] remove mpd --- machines/lucia/configuration.nix | 42 ++++++++++++++++---------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/machines/lucia/configuration.nix b/machines/lucia/configuration.nix index 2c02a7a5..06e5aae6 100644 --- a/machines/lucia/configuration.nix +++ b/machines/lucia/configuration.nix @@ -64,29 +64,29 @@ in }; - mpd = { - enable = true; - musicDirectory = "/var/lib/mpd/music"; - settings = { - audio_output = [{ - type = "alsa"; - name = "My ALSA"; - device = "hw:0,0"; # optional - format = "44100:16:2"; # optional - mixer_type = "hardware"; - mixer_device = "default"; - mixer_control = "PCM"; - }]; - }; + # mpd = { + # enable = true; + # musicDirectory = "/var/lib/mpd/music"; + # settings = { + # audio_output = [{ + # type = "alsa"; + # name = "My ALSA"; + # device = "hw:0,0"; # optional + # format = "44100:16:2"; # optional + # mixer_type = "hardware"; + # mixer_device = "default"; + # mixer_control = "PCM"; + # }]; + # }; - # Optional: - network.listenAddress = "any"; # if you want to allow non-localhost connections - startWhenNeeded = true; # systemd feature: only start MPD service upon connection to its socket - }; + # # Optional: + # network.listenAddress = "any"; # if you want to allow non-localhost connections + # startWhenNeeded = true; # systemd feature: only start MPD service upon connection to its socket + # }; - ympd = { - enable = true; - }; + # ympd = { + # enable = true; + # }; #samba = { # enable = true;