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.
This commit is contained in:
Rehno Lindeque
2018-07-30 17:55:13 -04:00
parent 694fd85397
commit a9f65b8896
-3
View File
@@ -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;