about summary refs log tree commit diff
path: root/nixos/modules/services/networking
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-02-07 12:01:11 +0000
committerGitHub <noreply@github.com>2024-02-07 12:01:11 +0000
commit03dd2b9470307c4ca13ac4d217a151ba0f06b46c (patch)
treee18c7a8534e2be64d90e84d9f802d2addde248f3 /nixos/modules/services/networking
parent966fd30804ad0e400fa3502e9f848bfad63b1852 (diff)
parent5ef42fcd84b2baa16f43554f1c1f1d614e23ef9a (diff)
downloadnixlib-03dd2b9470307c4ca13ac4d217a151ba0f06b46c.tar
nixlib-03dd2b9470307c4ca13ac4d217a151ba0f06b46c.tar.gz
nixlib-03dd2b9470307c4ca13ac4d217a151ba0f06b46c.tar.bz2
nixlib-03dd2b9470307c4ca13ac4d217a151ba0f06b46c.tar.lz
nixlib-03dd2b9470307c4ca13ac4d217a151ba0f06b46c.tar.xz
nixlib-03dd2b9470307c4ca13ac4d217a151ba0f06b46c.tar.zst
nixlib-03dd2b9470307c4ca13ac4d217a151ba0f06b46c.zip
Merge master into staging-next
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";