machines: aramis: hardware: use 'hardware' module
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2022-04-27 13:58:03 +02:00
parent 256c857ac0
commit ae64603d54

View file

@ -22,9 +22,13 @@
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
hardware = {
cpu.intel.updateMicrocode = true;
my.hardware = {
firmware = {
cpuFlavor = "intel";
};
};
hardware = {
trackpoint = {
enable = true;