Change of named folders and fix configurations

This commit is contained in:
2026-01-25 14:21:25 +01:00
parent 48f5dc3cf1
commit 8744d630d2
19 changed files with 22 additions and 45 deletions
+9
View File
@@ -0,0 +1,9 @@
{ pkgs, ... }:
{
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelModules = [
"coretemp"
"nct6775"
];
}