devices.xmupc2: set frequency

This commit is contained in:
2024-03-24 21:04:44 +08:00
parent 32a38afebb
commit 6bb54b042c

View File

@@ -92,6 +92,6 @@ inputs:
bugs = [ "xmunet" ];
user.users = [ "chn" "xll" "zem" "yjq" "gb" ];
};
powerManagement.cpuFreqGovernor = "ondemand";
powerManagement = { cpuFreqGovernor = "ondemand"; cpufreq.max = 1900000; };
};
}