mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
thinkpad: use lib.mkDefault on all unmergable options
This commit is contained in:
parent
67cd7af6be
commit
fcb9d76ead
6 changed files with 13 additions and 17 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue