modprobe activation: Order after specialfs
It requires the existence of /proc.
This commit is contained in:
parent
e88f28965a
commit
1346923ffa
|
@ -54,7 +54,7 @@ with lib;
|
||||||
|
|
||||||
environment.systemPackages = [ pkgs.kmod ];
|
environment.systemPackages = [ pkgs.kmod ];
|
||||||
|
|
||||||
system.activationScripts.modprobe =
|
system.activationScripts.modprobe = stringAfter ["specialfs"]
|
||||||
''
|
''
|
||||||
# Allow the kernel to find our wrapped modprobe (which searches
|
# Allow the kernel to find our wrapped modprobe (which searches
|
||||||
# in the right location in the Nix store for kernel modules).
|
# in the right location in the Nix store for kernel modules).
|
||||||
|
|
Loading…
Reference in New Issue