summaryrefslogtreecommitdiffstats
path: root/apple
diff options
context:
space:
mode:
authorRehno Lindeque <errantkid@gmail.com>2018-07-30 14:04:59 -0400
committerRehno Lindeque <errantkid@gmail.com>2018-07-30 17:55:13 -0400
commita9f65b889655b0730935d6754fb64926fce42bf4 (patch)
tree980fd72e4e1b7e0e499240ab38e502af9faa8a8b /apple
parent694fd85397db316fdf18b7cf23bcbbdee2e84a67 (diff)
apple/macbook-pro/11-5: Remove boot loader
Since the boot loader is already automatically generated by nixos-generate-config, there is no need to include it here.
Diffstat (limited to 'apple')
-rw-r--r--apple/macbook-pro/11-5/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/apple/macbook-pro/11-5/default.nix b/apple/macbook-pro/11-5/default.nix
index 28ce18c..a53b5d8 100644
--- a/apple/macbook-pro/11-5/default.nix
+++ b/apple/macbook-pro/11-5/default.nix
@@ -13,9 +13,6 @@ in
<nixpkgs/nixos/modules/hardware/network/broadcom-43xx.nix>
];
- boot.loader.systemd-boot.enable = true;
- boot.loader.efi.canTouchEfiVariables = true;
-
# Apparently this is currently only supported by ati_unfree drivers, not ati
hardware.opengl.driSupport32Bit = false;