types mdadm: enable swraid

This commit is contained in:
lassulus 2023-07-27 16:34:15 +02:00 committed by mergify[bot]
parent 0e40d07f86
commit 5c5279567f

View File

@ -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";
};