init: NUC 5i5RYB

This commit is contained in:
LucasFA
2025-07-13 12:31:37 +01:00
parent 7ced9122cf
commit 9410081079
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{ lib, ... }:
{
imports = [
../../../common/cpu/intel/broadwell
../../../common/pc
../../../common/pc/ssd
];
services.thermald.enable = lib.mkDefault true;
}