Move smartd to singular configurations

This commit is contained in:
Filippo Berto 2023-02-15 10:48:52 +01:00
parent a93c0fdff1
commit 527cd95272
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 2 additions and 1 deletions

View file

@ -169,7 +169,6 @@
{
services.fstrim.enable = true;
services.fwupd.enable = true;
services.smartd.enable = true;
}
./nixos_modules/btrfs_scrub.nix
./nixos_modules/distributed.nix

View file

@ -161,6 +161,7 @@ with lib; {
# Cooling management
services.thermald.enable = true;
services.smartd.enable = true;
services.snapper = {
configs = let
bertofExtraConfig = ''

View file

@ -120,6 +120,7 @@ with lib; {
# media-session.enable = true;
};
power-profiles-daemon.enable = true;
smartd.enable = true;
snapper = {
configs = let
common = {