enabled smartd

This commit is contained in:
System administrator 2018-09-26 15:16:04 +02:00
parent c52d209d54
commit 4d744f65ef

View file

@ -103,6 +103,11 @@ in {
enableAutosuggestions = true;
};
services.smartd =
{ enable = true;
devices = [ { device = "/dev/sda"; } { device = "/dev/sdb"; } ];
};
# fix nix-env memory issues
boot.kernel.sysctl."vm.overcommit_memory" = "1";