machines: aramis: hardware: use 'hardware' module
This commit is contained in:
parent
43cb3ae582
commit
9e9c7faf0d
|
@ -22,9 +22,13 @@
|
||||||
|
|
||||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||||
|
|
||||||
hardware = {
|
my.hardware = {
|
||||||
cpu.intel.updateMicrocode = true;
|
firmware = {
|
||||||
|
cpuFlavor = "intel";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
hardware = {
|
||||||
trackpoint = {
|
trackpoint = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue