···5455 environment.systemPackages = [ pkgs.kmod ];
5657- system.activationScripts.modprobe =
58 ''
59 # Allow the kernel to find our wrapped modprobe (which searches
60 # in the right location in the Nix store for kernel modules).
···5455 environment.systemPackages = [ pkgs.kmod ];
5657+ system.activationScripts.modprobe = stringAfter ["specialfs"]
58 ''
59 # Allow the kernel to find our wrapped modprobe (which searches
60 # in the right location in the Nix store for kernel modules).