mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
kmod-static-nodes: Drop superfluous wantedBy
This commit is contained in:
parent
9bb40b7a5b
commit
359935a1ef
1 changed files with 1 additions and 2 deletions
|
@ -237,8 +237,7 @@ in
|
|||
};
|
||||
|
||||
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 = {
|
||||
|
|
Loading…
Reference in a new issue