feat: universally enable fwupd smartd and thermald

This commit is contained in:
oddlama 2023-02-11 15:18:32 +01:00
parent 2ae9e84ccf
commit 855bff0a6f
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -96,4 +96,10 @@ in {
}; };
}; };
}; };
services = {
fwupd.enable = true;
smartd.enable = true;
thermald.enable = true;
};
} }