summaryrefslogtreecommitdiffstats
path: root/lenovo/thinkpad/t410
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-24 01:20:36 +0000
committerYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-24 01:20:36 +0000
commitfcb9d76ead20fe9ff7cbed64e88672166e48d355 (patch)
tree45bedfd88703b2f1346091b47180eca26a123368 /lenovo/thinkpad/t410
parent67cd7af6be9cc4ece9622e2f6db2f211ff261f0e (diff)
thinkpad: use lib.mkDefault on all unmergable options
Diffstat (limited to 'lenovo/thinkpad/t410')
-rw-r--r--lenovo/thinkpad/t410/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/lenovo/thinkpad/t410/default.nix b/lenovo/thinkpad/t410/default.nix
index 3dbc4e5..b7a765d 100644
--- a/lenovo/thinkpad/t410/default.nix
+++ b/lenovo/thinkpad/t410/default.nix
@@ -1,4 +1,4 @@
-{ config, pkgs, ... }:
+{ config, lib, pkgs, ... }:
{
imports = [ ../. ];
@@ -28,7 +28,7 @@
];
};
- hardware.cpu.intel.updateMicrocode = true;
+ hardware.cpu.intel.updateMicrocode = lib.mkDefault true;
systemd.services.tune-powermanagement = {
description = "Tune Powermanagement";