forked from mirrors/nixpkgs
Don't include wireless-tools/iw/rfkill when wireless is disabled
This is mostly to get rid of some useless stuff in VMs/containers.
This commit is contained in:
parent
5184aaa1ea
commit
b21ef9c9e6
|
@ -927,7 +927,7 @@ in
|
|||
pkgs.nettools
|
||||
pkgs.openresolv
|
||||
]
|
||||
++ optionals (!config.boot.isContainer) [
|
||||
++ optionals config.networking.wireless.enable [
|
||||
pkgs.wirelesstools # FIXME: obsolete?
|
||||
pkgs.iw
|
||||
pkgs.rfkill
|
||||
|
|
Loading…
Reference in a new issue