From 43780b88d8e79c7e50e2e5d7d3f798ce7314658f Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sat, 27 Apr 2024 22:52:04 +0200 Subject: nixos: 23.05 -> 23.11 hostapd: stop using module --- config/networking/services/igmpproxy.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'config/networking/services/igmpproxy.nix') diff --git a/config/networking/services/igmpproxy.nix b/config/networking/services/igmpproxy.nix index b7a25da..6999807 100644 --- a/config/networking/services/igmpproxy.nix +++ b/config/networking/services/igmpproxy.nix @@ -5,9 +5,8 @@ let netdevServices = builtins.map (subnet: "${subnet.interface}-netdev.service") (with nets; [ wan iot ]); conf = pkgs.writeText "igmpproxy.conf" '' - phyint ${nets.wan.interface} upstream - ratelimit 0 threshold 1 phyint ${nets.iot.interface} downstream ratelimit 0 - threshold 1 phyint ${nets.lan.interface} downstream ratelimit 0 threshold 1 + phyint ${nets.wan.interface} upstream ratelimit 0 threshold 1 + phyint ${nets.iot.interface} downstream ratelimit 0 threshold 1 ''; in { systemd.services.igmpproxy = { -- cgit v1.2.3