mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
Add TUXEDO InfinityBook Pro 14 - Gen7 config
This commit is contained in:
committed by
mergify[bot]
parent
062e4810d8
commit
316bc98323
12
tuxedo/infinitybook/pro14/gen7/default.nix
Normal file
12
tuxedo/infinitybook/pro14/gen7/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../../../common/cpu/intel
|
||||
../../../../common/pc/laptop
|
||||
../../../../common/pc/ssd
|
||||
];
|
||||
|
||||
# Cooling management
|
||||
services.thermald.enable = lib.mkDefault true;
|
||||
}
|
||||
Reference in New Issue
Block a user