1
0
Fork 0

common/smartd: init

This commit is contained in:
Oystein Kristoffer Tveit 2024-09-01 01:22:56 +02:00
parent b48230e811
commit ebce0eb67a
Signed by untrusted user: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,7 @@
./services/logrotate.nix
./services/nginx.nix
./services/openssh.nix
./services/smartd.nix
./services/thermald.nix
];

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

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