Refined label
This commit is contained in:
parent
c94e028e83
commit
f36282447d
|
@ -1,4 +1,4 @@
|
||||||
# Hardware configuration file common to all Purism Librem 15 devices
|
# Hardware configuration file common to all Purism Librem 15 ver 3 TPM devices
|
||||||
|
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
nix.maxJobs = lib.mkDefault 4;
|
nix.maxJobs = lib.mkDefault 4;
|
||||||
|
|
||||||
powerManagementdli = {
|
powerManagement = {
|
||||||
enable = true;
|
enable = true;
|
||||||
cpuFreqGovernor = lib.mkDefault "powersave";
|
cpuFreqGovernor = lib.mkDefault "powersave";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue