nixos-config/hosts/kitty/boot/default.nix

8 lines
131 B
Nix
Raw Normal View History

2025-01-01 22:23:27 -05:00
{ config, lib, pkgs, ... }:
{
boot.swraid = {
enable = true;
mdadmConf = "MAILADDR contact@${config.domains.p2}";
};
}