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 14:04:59 -04:00
parent 694fd85397
commit a9f65b8896
1 changed files with 0 additions and 3 deletions

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;