mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: enable smartd for all machines, local mail soon-ish?
thanks openbsd for the idea of local mail
This commit is contained in:
parent
b3e71a7809
commit
21c403a75d
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
services.smartd = {
|
||||
enable = true;
|
||||
autodetect = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue