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
2023-12-25 20:25:23 +00:00

13 lines
282 B
Nix

{ 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" ];
}