Merge pull request #174 from bbigras/9343

add xps 13 (9343)
This commit is contained in:
Jörg Thalheim 2020-07-06 14:28:22 +01:00 committed by GitHub
commit 62f453938f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{ lib, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/laptop/ssd
];
# This will save you money and possibly your life!
services.thermald.enable = lib.mkDefault true;
}