add smartd by default to servers
This commit is contained in:
parent
a487c34a49
commit
d7410bcb08
1 changed files with 5 additions and 1 deletions
|
@ -15,7 +15,11 @@ with lib;
|
|||
min-free = lib.mkDefault (128 * 1000 * 1000);
|
||||
};
|
||||
|
||||
services.logrotate.enable = mkDefault true;
|
||||
services = {
|
||||
logrotate.enable = mkDefault true;
|
||||
smartd.enable = mkDefault true;
|
||||
};
|
||||
|
||||
environment = {
|
||||
systemPackages = [ pkgs.lazygit ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue