Add TUXEDO InfinityBook Pro 14 - Gen7 config

This commit is contained in:
Lena Fuhrimann
2023-12-30 11:49:17 +01:00
committed by mergify[bot]
parent 062e4810d8
commit 316bc98323
4 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{ lib, ... }:
{
imports = [
../../../../common/cpu/intel
../../../../common/pc/laptop
../../../../common/pc/ssd
];
# Cooling management
services.thermald.enable = lib.mkDefault true;
}