summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-08-24 18:14:14 +0200
committerGitHub <noreply@github.com>2020-08-24 18:14:14 +0200
commit63b8d53640ca33f8e7ffe9f20e84a9dbf9638806 (patch)
treee3f75bfee41888b3d06becde4833b8e52a62061e /nixos
parent4f68ebf433ec383e460d1bf55fa99e722d5c1d91 (diff)
parentb63b5eda6829ea8ea974333c0e0381835fa17df4 (diff)
downloadnixpkgs-63b8d53640ca33f8e7ffe9f20e84a9dbf9638806.tar
nixpkgs-63b8d53640ca33f8e7ffe9f20e84a9dbf9638806.tar.gz
nixpkgs-63b8d53640ca33f8e7ffe9f20e84a9dbf9638806.tar.bz2
nixpkgs-63b8d53640ca33f8e7ffe9f20e84a9dbf9638806.tar.lz
nixpkgs-63b8d53640ca33f8e7ffe9f20e84a9dbf9638806.tar.xz
nixpkgs-63b8d53640ca33f8e7ffe9f20e84a9dbf9638806.tar.zst
nixpkgs-63b8d53640ca33f8e7ffe9f20e84a9dbf9638806.zip
Merge pull request #96103 from deviant/remove-rfkill
rfkill: remove
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/tasks/network-interfaces.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/tasks/network-interfaces.nix b/nixos/modules/tasks/network-interfaces.nix
index 565868724ad..af98123d477 100644
--- a/nixos/modules/tasks/network-interfaces.nix
+++ b/nixos/modules/tasks/network-interfaces.nix
@@ -1129,7 +1129,6 @@ in
       ++ optionals config.networking.wireless.enable [
         pkgs.wirelesstools # FIXME: obsolete?
         pkgs.iw
-        pkgs.rfkill
       ]
       ++ bridgeStp;