diff --git a/agenix/hosts/argon/weewx-proxy/environment.age b/agenix/hosts/argon/weewx-proxy/environment.age index 130e2b6..71ea871 100644 Binary files a/agenix/hosts/argon/weewx-proxy/environment.age and b/agenix/hosts/argon/weewx-proxy/environment.age differ diff --git a/agenix/hosts/neon/config.nix b/agenix/hosts/neon/config.nix index ef15201..032889b 100644 --- a/agenix/hosts/neon/config.nix +++ b/agenix/hosts/neon/config.nix @@ -17,17 +17,17 @@ file = ./forgejo-actions/token.age; }; - mosquitto-password-weewx-proxy = { - file = ./mosquitto/passwordWeewxProxy.age; - owner = "mosquitto"; - group = "mosquitto"; - }; - - mosquitto-password-home-assistant = { - file = ./mosquitto/passwordHomeAssistant.age; - owner = "mosquitto"; - group = "mosquitto"; - }; + # mosquitto-password-weewx-proxy = { + # file = ./mosquitto/passwordWeewxProxy.age; + # owner = "mosquitto"; + # group = "mosquitto"; + # }; + # + # mosquitto-password-home-assistant = { + # file = ./mosquitto/passwordHomeAssistant.age; + # owner = "mosquitto"; + # group = "mosquitto"; + # }; deye-mqtt-config = { file = ./deye-mqtt/config.age; diff --git a/system/nixos/weewx-proxy.nix b/system/nixos/weewx-proxy.nix index bf15513..8e60b8a 100644 --- a/system/nixos/weewx-proxy.nix +++ b/system/nixos/weewx-proxy.nix @@ -44,7 +44,7 @@ weewx-proxy = { hashedPasswordFile = config.age.secrets.mosquitto-password-weewx-proxy.path; - acl = [ "read rtl433" "read deye/#" "read bitshake/#" ]; + acl = [ "read rtl433" "read deye/#" "read bitshake/#" "write hadata/#" ]; }; home-assistant = {