8 lines
131 B
Nix
8 lines
131 B
Nix
{ config, lib, pkgs, ... }:
|
|
{
|
|
boot.swraid = {
|
|
enable = true;
|
|
mdadmConf = "MAILADDR contact@${config.domains.p2}";
|
|
};
|
|
}
|