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

13 lines
288 B
Nix
Raw Permalink Normal View History

{ lib, pkgs, ...}: {
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" ];
}