mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
lenovo/thinkpad/t490s: init
This commit is contained in:
9
lenovo/thinkpad/t490s/default.nix
Normal file
9
lenovo/thinkpad/t490s/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{lib, ...}: {
|
||||
imports = [
|
||||
../../../common/cpu/intel
|
||||
../../../common/pc/ssd
|
||||
../.
|
||||
];
|
||||
|
||||
services.throttled.enable = lib.mkDefault true;
|
||||
}
|
||||
Reference in New Issue
Block a user