1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

feat: enable thermald on nom

This commit is contained in:
oddlama 2023-01-20 15:34:35 +01:00
parent 24dd466f22
commit ff7a599b31
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -51,5 +51,6 @@
services = {
fwupd.enable = true;
smartd.enable = true;
thermald.enable = true;
};
}