summaryrefslogtreecommitdiffstats
path: root/nixos/hardware/apple/macbook-pro/12-1/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/hardware/apple/macbook-pro/12-1/default.nix')
-rw-r--r--nixos/hardware/apple/macbook-pro/12-1/default.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/nixos/hardware/apple/macbook-pro/12-1/default.nix b/nixos/hardware/apple/macbook-pro/12-1/default.nix
deleted file mode 100644
index 02c6f328cf5a..000000000000
--- a/nixos/hardware/apple/macbook-pro/12-1/default.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{ lib, ... }:
-
-{
- imports = [
- ../.
- ../../../common/pc/laptop/ssd
- <nixpkgs/nixos/modules/hardware/network/broadcom-43xx.nix>
- ];
-
- # USB subsystem wakes up MBP right after suspend unless we disable it.
- services.udev.extraRules = lib.mkDefault ''
- SUBSYSTEM=="pci", KERNEL=="0000:00:14.0", ATTR{power/wakeup}="disabled"
- '';
-}