mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
types mdadm: enable swraid
This commit is contained in:
parent
0e40d07f86
commit
5c5279567f
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@
|
|||
internal = true;
|
||||
readOnly = true;
|
||||
default =
|
||||
[{ boot.initrd.services.swraid.enable = true; }] ++
|
||||
lib.optional (config.content != null) config.content._config;
|
||||
description = "NixOS configuration";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue