h: disable smartd

This commit is contained in:
Aaron Bieber 2024-04-25 13:11:50 -06:00
parent 7c58fbb5bb
commit 1dd06634c0
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -235,7 +235,7 @@ in
xinlib.todo "logrotate.checkConfig disabled: https://github.com/NixOS/nix/issues/8502" false;
services = {
smartd.enable = true;
smartd.enable = lib.mkDefault true;
openssh = {
enable = true;
extraConfig = ''

View File

@ -310,6 +310,7 @@ in
};
services = {
smartd.enable = false;
mcchunkie.enable = true;
wallabag = {
enable = false;