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

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