We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mdadm
config.system.build.installTest
1 parent ddef55a commit 67ff980Copy full SHA for 67ff980
lib/tests.nix
@@ -248,7 +248,10 @@ let
248
(
249
if lib.versionAtLeast (lib.versions.majorMinor lib.version) "23.11" then
250
{
251
+ # From https://github.com/NixOS/nixpkgs/blob/7a8665e3a624a01b10d10d10b819cb1a8f34ee6e/nixos/modules/profiles/installation-device.nix#L116-L118
252
boot.swraid.enable = true;
253
+ # remove warning about unset mail
254
+ boot.swraid.mdadmConf = "PROGRAM ${pkgs.coreutils}/bin/true";
255
}
256
else
257
0 commit comments