Refined label

This commit is contained in:
Craige McWhirter 2020-05-05 23:51:28 +10:00
parent c94e028e83
commit f36282447d
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -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, ... }:
@ -42,7 +42,7 @@
nix.maxJobs = lib.mkDefault 4;
powerManagementdli = {
powerManagement = {
enable = true;
cpuFreqGovernor = lib.mkDefault "powersave";
};