modules/nixos/common: drop mdmonitor fix

This commit is contained in:
zowoq 2024-09-12 18:07:33 +10:00
parent fcca1880eb
commit 42e1b53122

View file

@ -47,9 +47,5 @@
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";
}