From 5d8d2caec0e0c07955f67d88e1ba540f721a61bf Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 13 Feb 2024 04:03:48 -0500 Subject: [PATCH] mdadm: set MAILADDR cf. https://github.com/nix-community/disko/issues/451 --- systems/hetzner/ax41.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systems/hetzner/ax41.nix b/systems/hetzner/ax41.nix index e87809f..b8b8b54 100644 --- a/systems/hetzner/ax41.nix +++ b/systems/hetzner/ax41.nix @@ -14,6 +14,9 @@ }; initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "sd_mod" ]; binfmt.emulatedSystems = [ "aarch64-linux" ]; # For cross-compiling, https://discourse.nixos.org/t/how-do-i-cross-compile-a-flake/12062/4?u=srid + swraid.mdadmConf = '' + MAILADDR srid@srid.ca + ''; }; nixpkgs.hostPlatform = "x86_64-linux"; hardware = {