Fix MDADM from notifying me every 2 seconds

This commit is contained in:
Jimbo 2024-09-10 15:51:18 -04:00
parent 00804dae34
commit 9d6577acc1

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, modulesPath, ... }:
{ config, outputs, lib, pkgs, modulesPath, ... }:
{
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
@ -22,6 +22,9 @@
"kvm-intel"
];
};
swraid.mdadmConf = ''
MAILADDR jimbo@${outputs.secrets.jimDomain}
'';
};
# Mounting options