h: disable smartd
This commit is contained in:
parent
7c58fbb5bb
commit
1dd06634c0
@ -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 = ''
|
||||
|
@ -310,6 +310,7 @@ in
|
||||
};
|
||||
|
||||
services = {
|
||||
smartd.enable = false;
|
||||
mcchunkie.enable = true;
|
||||
wallabag = {
|
||||
enable = false;
|
||||
|
Loading…
Reference in New Issue
Block a user