forked from mirrors_public/oddlama_nix-config
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