summaryrefslogtreecommitdiffstats
path: root/nixos/hardware/apple/macbook-air/3/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/hardware/apple/macbook-air/3/default.nix')
-rw-r--r--nixos/hardware/apple/macbook-air/3/default.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/nixos/hardware/apple/macbook-air/3/default.nix b/nixos/hardware/apple/macbook-air/3/default.nix
deleted file mode 100644
index 03221edcd0b0..000000000000
--- a/nixos/hardware/apple/macbook-air/3/default.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{ config, lib, ... }:
-
-{
- imports = [
- ../../.
- ../../../common/pc/laptop
- ../../../common/pc/ssd
- ];
-
- # Built-in iSight is recognized by the generic uvcvideo kernel module
- hardware.facetimehd.enable = false;
-
- hardware.cpu.intel.updateMicrocode =
- lib.mkDefault config.hardware.enableRedistributableFirmware;
-}