mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: universally enable fwupd smartd and thermald
This commit is contained in:
parent
2ae9e84ccf
commit
855bff0a6f
1 changed files with 6 additions and 0 deletions
|
@ -96,4 +96,10 @@ in {
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
fwupd.enable = true;
|
||||
smartd.enable = true;
|
||||
thermald.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue