Loading nixos/modules/services/hardware/udev.nix +10 −12 Original line number Diff line number Diff line Loading @@ -421,9 +421,7 @@ in (isYes "NET") ]; system.activationScripts.udevd = '' system.activationScripts.udevd = lib.mkIf config.boot.kernel.enable '' # The deprecated hotplug uevent helper is not used anymore if [ -e /proc/sys/kernel/hotplug ]; then echo "" > /proc/sys/kernel/hotplug Loading Loading
nixos/modules/services/hardware/udev.nix +10 −12 Original line number Diff line number Diff line Loading @@ -421,9 +421,7 @@ in (isYes "NET") ]; system.activationScripts.udevd = '' system.activationScripts.udevd = lib.mkIf config.boot.kernel.enable '' # The deprecated hotplug uevent helper is not used anymore if [ -e /proc/sys/kernel/hotplug ]; then echo "" > /proc/sys/kernel/hotplug Loading