summaryrefslogtreecommitdiff
path: root/modules/pc/hardware/default.nix
blob: cc2915e036739339117451a5f0c046664f5482bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  imports = [
    ./bluetooth.nix
    ./cpu.nix
    ./usb.nix
    ./tpm.nix
    ./yubikey.nix
  ];

  hardware = {
    enableRedistributableFirmware = true;
    enableAllFirmware = true;
  };
}