mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
kmod-static-nodes: Drop superfluous wantedBy
This commit is contained in:
parent
9bb40b7a5b
commit
359935a1ef
|
@ -237,8 +237,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.kmod-static-nodes =
|
systemd.services.kmod-static-nodes =
|
||||||
{ wantedBy = [ "sysinit.target" ];
|
{ environment.MODULE_DIR = "/run/booted-system/kernel-modules/lib/modules";
|
||||||
environment.MODULE_DIR = "/run/booted-system/kernel-modules/lib/modules";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
lib.kernelConfig = {
|
lib.kernelConfig = {
|
||||||
|
|
Loading…
Reference in a new issue