From 6a5fa7dad69928147ea5f17eb4a23374f671ad99 Mon Sep 17 00:00:00 2001 From: sajenim Date: Tue, 13 Feb 2024 23:00:16 +0800 Subject: [PATCH] fix --- home-manager/sajenim/features/desktop/common/mpd.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/home-manager/sajenim/features/desktop/common/mpd.nix b/home-manager/sajenim/features/desktop/common/mpd.nix index 3b266aa..dcc6d85 100644 --- a/home-manager/sajenim/features/desktop/common/mpd.nix +++ b/home-manager/sajenim/features/desktop/common/mpd.nix @@ -23,8 +23,5 @@ services.mpd-discord-rpc = { enable = true; package = pkgs.unstable.mpd-discord-rpc; - settings = { - hosts = [ "192:6600" ]; - }; }; }