2023-12-25 15:14:17 -05:00
|
|
|
{ lib, ...}: {
|
2023-03-19 05:29:39 -04:00
|
|
|
imports = [
|
|
|
|
../../common/cpu/amd
|
|
|
|
../../common/cpu/amd/pstate.nix
|
|
|
|
../../common/gpu/amd
|
|
|
|
];
|
|
|
|
|
|
|
|
hardware.enableRedistributableFirmware = lib.mkDefault true;
|
|
|
|
|
|
|
|
# If the wireless card is not replaced
|
|
|
|
# boot.initrd.availableKernelModules = [ "r8169" ];
|
|
|
|
}
|