lol

modprobe activation: Order after specialfs

It requires the existence of /proc.

+1 -1
+1 -1
nixos/modules/system/boot/modprobe.nix
··· 54 54 55 55 environment.systemPackages = [ pkgs.kmod ]; 56 56 57 - system.activationScripts.modprobe = 57 + system.activationScripts.modprobe = stringAfter ["specialfs"] 58 58 '' 59 59 # Allow the kernel to find our wrapped modprobe (which searches 60 60 # in the right location in the Nix store for kernel modules).