enable smartd on all hosts

This commit is contained in:
Tim Schubert 2023-04-14 17:24:48 +02:00
parent 62567d1f90
commit 8ffb48fd0f
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 1 additions and 1 deletions

View file

@ -53,5 +53,6 @@ in
}; };
}; };
services.smartd.enable = mkDefault true;
} }

View file

@ -32,5 +32,4 @@ with lib; {
acceptTerms = true; acceptTerms = true;
}; };
services.smartd.enable = true;
} }