modprobe activation: Order after specialfs

It requires the existence of /proc.
wip/yesman
Eelco Dolstra 6 years ago
parent e88f28965a
commit 1346923ffa
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE
  1. 2
      nixos/modules/system/boot/modprobe.nix

@ -54,7 +54,7 @@ with lib;
environment.systemPackages = [ pkgs.kmod ];
system.activationScripts.modprobe =
system.activationScripts.modprobe = stringAfter ["specialfs"]
''
# Allow the kernel to find our wrapped modprobe (which searches
# in the right location in the Nix store for kernel modules).

Loading…
Cancel
Save