Iot : Remove unmaintainer ha-av.

This commit is contained in:
Dmitry Voronin 2024-08-01 16:17:00 +03:00
parent 44af781856
commit 0c2b50495a
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 3 additions and 3 deletions

View file

@ -70,7 +70,7 @@ in {
aiodiscover aiodiscover
aiogithubapi aiogithubapi
async-upnp-client async-upnp-client
ha-av # ha-av
ha-ffmpeg ha-ffmpeg
hassil hassil
home-assistant-intents home-assistant-intents

View file

@ -82,7 +82,7 @@ in {
matchConfig.Name = "wg0"; matchConfig.Name = "wg0";
address = ["10.1.1.0/24"]; address = ["10.1.1.0/24"];
networkConfig = { networkConfig = {
IPForward = true; IPv4Forwarding = true;
IPMasquerade = "ipv4"; IPMasquerade = "ipv4";
}; };
}; };