{ config, lib, pkgs, ... }:
{
boot.swraid = {
enable = true;
mdadmConf = "MAILADDR contact@${config.domains.p2}";
};
}