pvv-nixos-config/base/services/smartd.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
45 B
Nix
Raw Normal View History

2024-09-01 01:22:56 +02:00
{ ... }:
{
services.smartd.enable = true;
}