mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-09 09:50:14 +08:00
mdadm: set MAILADDR
cf. https://github.com/nix-community/disko/issues/451
This commit is contained in:
parent
6356387ea7
commit
5d8d2caec0
1 changed files with 3 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue