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:
parent
694fd85397
commit
a9f65b8896
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue