remove systemd-boot from hardware profiles (#307)

- We should not enable canTouchEfiVariables by default as this
  wears out the EFI storage.
- We should not set systemd-boot as default. This is up to the user to
  decide. There are exceptions when hardware only supports specific
  bootloaders so.
This commit is contained in:
Jörg Thalheim
2021-08-21 09:22:25 +01:00
committed by GitHub
parent 6f1dc0aed0
commit d2d9a58a5c
3 changed files with 0 additions and 14 deletions

View File

@@ -6,10 +6,6 @@
../../../common/pc/laptop/ssd
];
# TODO: boot loader
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# TODO: reverse compat
hardware.opengl.driSupport32Bit = true;