common/smartd: init

This commit is contained in:
2024-09-01 01:22:56 +02:00
parent b48230e811
commit ebce0eb67a
2 changed files with 5 additions and 0 deletions

4
base/services/smartd.nix Normal file
View File

@@ -0,0 +1,4 @@
{ ... }:
{
services.smartd.enable = true;
}