Revert "modules/nixos/common: don't disable mdmonitor"

This reverts commit 93f3787188.
This commit is contained in:
zowoq 2023-08-29 13:47:15 +10:00
parent 93f3787188
commit 5ca0c14c98

View file

@ -32,5 +32,9 @@
security.acme.defaults.email = "trash@nix-community.org";
security.acme.acceptTerms = true;
# Without configuration this unit will fail...
# Just disable it since we are using telegraf to monitor raid health.
systemd.services.mdmonitor.enable = false;
networking.domain = "nix-community.org";
}