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.
1 parent d377b56 commit 3f65d72Copy full SHA for 3f65d72
lib/tests.nix
@@ -181,6 +181,9 @@ let
181
};
182
boot.zfs.devNodes = "/dev/disk/by-uuid"; # needed because /dev/disk/by-id is empty in qemu-vms
183
184
+ # Silence mdadm warning about missing MAILADDR or PROGRAM
185
+ boot.swraid.mdadmConf = "PROGRAM ${pkgs.coreutils}/bin/true";
186
+
187
# grub will install to these devices, we need to force those or we are offset by 1
188
# we use mkOveride 70, so that users can override this with mkForce in case they are testing grub mirrored boots
189
boot.loader.grub.devices = lib.mkOverride 70 testConfigInstall.boot.loader.grub.devices;
0 commit comments