enabled smartd
This commit is contained in:
parent
c52d209d54
commit
4d744f65ef
|
@ -103,6 +103,11 @@ in {
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.smartd =
|
||||||
|
{ enable = true;
|
||||||
|
devices = [ { device = "/dev/sda"; } { device = "/dev/sdb"; } ];
|
||||||
|
};
|
||||||
|
|
||||||
# fix nix-env memory issues
|
# fix nix-env memory issues
|
||||||
boot.kernel.sysctl."vm.overcommit_memory" = "1";
|
boot.kernel.sysctl."vm.overcommit_memory" = "1";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue