[lucia] remove mpd
All checks were successful
Check flake syntax / flake-check (push) Successful in 24m16s
Hydra callback / on_pr (pull_request) Successful in 6m52s
Hydra callback / on_push (pull_request) Has been skipped

This commit is contained in:
2026-06-23 18:54:16 +02:00
parent d7547be088
commit 379c6c83d2

View File

@@ -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;