Delete mpd

mpd is dead
This commit is contained in:
Sandro - 2022-06-21 23:34:03 +02:00
parent 6453b2c130
commit fa884b3ce2
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 0 additions and 6 deletions

View File

@ -232,12 +232,6 @@ in {
vim.defaultEditor = true;
};
services.mpd.extraConfig = lib.mkIf cfg.hq.enableMpdProxy ''
database {
plugin "proxy"
host "mpd-index.c3d2"
}
'';
time.timeZone = lib.mkDefault "Europe/Berlin";