modules/nixos/common: don't disable mdmonitor
srvos has a mdmonitor fix
This commit is contained in:
parent
53ac1c40fb
commit
93f3787188
1 changed files with 0 additions and 4 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue