From f3620ed98056377bfad6dcbc244aa02302d27eb8 Mon Sep 17 00:00:00 2001 From: chaos Date: Tue, 10 Sep 2024 19:54:01 +0100 Subject: [PATCH] bind to address --- hosts/hetzner-arm/profiles/mpd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/hetzner-arm/profiles/mpd.nix b/hosts/hetzner-arm/profiles/mpd.nix index f63fa37..36d732a 100644 --- a/hosts/hetzner-arm/profiles/mpd.nix +++ b/hosts/hetzner-arm/profiles/mpd.nix @@ -45,6 +45,7 @@ in { ]; extraConfig = '' + bind_to_address "any" host_permissions "127.0.0.1 read,add,control,admin" metadata_to_use "title,artist" auto_update "yes"