inspiron-7405: init

This commit is contained in:
Weathercold
2022-09-09 23:45:13 -04:00
parent 7866333317
commit 3ed1ae8ef7
4 changed files with 68 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{ lib, ... }:
with lib;
{
imports = [
../../../common/cpu/amd
../../../common/gpu/amd
../../../common/pc/laptop
../../../common/pc/laptop/ssd
];
# TSC is unstable
boot.kernelParams = [ "notsc" "trace_clock=local" ];
hardware.enableRedistributableFirmware = mkDefault true;
}