mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-05 02:29:40 +01:00
7ffa41766a
Copied from T550 and T490 config. Omit the pulseaudio profile from T490 config for now. Signed-off-by: Philippe Schaaf <philippe.schaaf@secunet.com>
13 lines
199 B
Nix
13 lines
199 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
../../../common/cpu/intel
|
|
../../../common/pc/laptop/acpi_call.nix
|
|
../.
|
|
];
|
|
|
|
services = {
|
|
throttled.enable = lib.mkDefault true;
|
|
};
|
|
}
|