How To Disable a WiFi Driver On NixOS (Linux)

Опубликовано: 17 Июль 2026
на канале: Aki Oshieru
634
8

Instructions:
Run: lshw -class network
Find and copy the driver name
Paste the following configuration.nix
boot.blacklistedKernelModules = [ "DRIVER-NAME" ];
Run: sudo nixos-rebuild switch
-----------------------------------------------------
If this helped, please like and drop a subscribe.