mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
boot.initrd.services.swraid -> boot.swraid
Since the option affects both stage-1 and stage-2, it does not make sense to keep it within the boot.initrd namespace.
This commit is contained in:
parent
0b277bcc2b
commit
c0f963a338
6 changed files with 39 additions and 30 deletions
|
@ -534,7 +534,7 @@ EOF
|
|||
}
|
||||
}
|
||||
if ($useSwraid) {
|
||||
push @attrs, "boot.initrd.services.swraid.enable = true;\n\n";
|
||||
push @attrs, "boot.swraid.enable = true;\n\n";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue