diff --git a/container/Iot.nix b/container/Iot.nix index 38b6365..9a9c837 100644 --- a/container/Iot.nix +++ b/container/Iot.nix @@ -70,7 +70,7 @@ in { aiodiscover aiogithubapi async-upnp-client - ha-av + # ha-av ha-ffmpeg hassil home-assistant-intents diff --git a/container/Vpn.nix b/container/Vpn.nix index 17b2582..98a5e94 100644 --- a/container/Vpn.nix +++ b/container/Vpn.nix @@ -82,8 +82,8 @@ in { matchConfig.Name = "wg0"; address = ["10.1.1.0/24"]; networkConfig = { - IPForward = true; - IPMasquerade = "ipv4"; + IPv4Forwarding = true; + IPMasquerade = "ipv4"; }; }; };