modprobe activation: Order after specialfs

It requires the existence of /proc.
This commit is contained in:
Eelco Dolstra 2018-02-05 21:04:40 +01:00
parent e88f28965a
commit 1346923ffa
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -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).