modules/nixos/common: don't disable mdmonitor

srvos has a mdmonitor fix
This commit is contained in:
zowoq 2023-08-18 00:11:18 +10:00
parent 53ac1c40fb
commit 93f3787188

View file

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