1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 02:53:34 +02:00
nixos-hardware/morefine/m600/default.nix

13 lines
282 B
Nix
Raw Normal View History

2023-12-25 21:14:17 +01:00
{ lib, ...}: {
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" ];
}