nixos/networkmanager: enable firewalld support

This commit is contained in:
Sizhe Zhao
2025-11-21 11:23:55 +08:00
parent 4bf03a0492
commit 825b77b8ff
@@ -698,6 +698,8 @@ in
services.dbus.packages = packages ++ pluginDbusDeps ++ optional (cfg.dns == "dnsmasq") pkgs.dnsmasq;
services.firewalld.packages = packages;
services.udev.packages = packages;
systemd.services.NetworkManager.path = pluginRuntimeDeps;