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