lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Don't include wireless tools in containers

+6 -3
+6 -3
nixos/modules/tasks/network-interfaces.nix
··· 708 708 pkgs.iproute 709 709 pkgs.iputils 710 710 pkgs.nettools 711 - pkgs.wirelesstools 711 + pkgs.openresolv 712 + ] 713 + ++ optionals (!config.boot.isContainer) [ 714 + pkgs.wirelesstools # FIXME: obsolete? 712 715 pkgs.iw 713 716 pkgs.rfkill 714 - pkgs.openresolv 715 - ] ++ bridgeStp; 717 + ] 718 + ++ bridgeStp; 716 719 717 720 systemd.targets."network-interfaces" = 718 721 { description = "All Network Interfaces";