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" ]; - }; }; }