about summary refs log tree commit diff
path: root/nixos/modules/services/networking
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2024-02-06 22:45:01 +0000
committerSergei Trofimovich <slyich@gmail.com>2024-02-06 22:45:01 +0000
commit275855d632b4991893974e273686811a246cd6f2 (patch)
tree3da074185f2ecd361a864051ee453078a9e8cbed /nixos/modules/services/networking
parent7f90b56ea122222d295971aee3c95d9f48ee38fe (diff)
downloadnixlib-275855d632b4991893974e273686811a246cd6f2.tar
nixlib-275855d632b4991893974e273686811a246cd6f2.tar.gz
nixlib-275855d632b4991893974e273686811a246cd6f2.tar.bz2
nixlib-275855d632b4991893974e273686811a246cd6f2.tar.lz
nixlib-275855d632b4991893974e273686811a246cd6f2.tar.xz
nixlib-275855d632b4991893974e273686811a246cd6f2.tar.zst
nixlib-275855d632b4991893974e273686811a246cd6f2.zip
nixos: hostapd: drop unused `crda` package import
Diffstat (limited to 'nixos/modules/services/networking')
-rw-r--r--nixos/modules/services/networking/hostapd.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/hostapd.nix b/nixos/modules/services/networking/hostapd.nix
index 5bd8e1d4d7a0..00482e59acf3 100644
--- a/nixos/modules/services/networking/hostapd.nix
+++ b/nixos/modules/services/networking/hostapd.nix
@@ -1197,8 +1197,6 @@ in {
 
     environment.systemPackages = [cfg.package];
 
-    services.udev.packages = with pkgs; [crda];
-
     systemd.services.hostapd = {
       description = "IEEE 802.11 Host Access-Point Daemon";