Don't include wireless tools in containers
This commit is contained in:
parent
9a75bafcda
commit
fab3090693
@ -708,11 +708,14 @@ in
|
|||||||
pkgs.iproute
|
pkgs.iproute
|
||||||
pkgs.iputils
|
pkgs.iputils
|
||||||
pkgs.nettools
|
pkgs.nettools
|
||||||
pkgs.wirelesstools
|
pkgs.openresolv
|
||||||
|
]
|
||||||
|
++ optionals (!config.boot.isContainer) [
|
||||||
|
pkgs.wirelesstools # FIXME: obsolete?
|
||||||
pkgs.iw
|
pkgs.iw
|
||||||
pkgs.rfkill
|
pkgs.rfkill
|
||||||
pkgs.openresolv
|
]
|
||||||
] ++ bridgeStp;
|
++ bridgeStp;
|
||||||
|
|
||||||
systemd.targets."network-interfaces" =
|
systemd.targets."network-interfaces" =
|
||||||
{ description = "All Network Interfaces";
|
{ description = "All Network Interfaces";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user