systemd-boot: Disable editor

Since I don't use this feature, disabling it seems to be the play.
This commit is contained in:
Donovan Glover 2023-06-04 16:33:16 -04:00
parent be40f75da7
commit 734c2c2db2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -54,8 +54,15 @@
{
hardware.opengl.driSupport32Bit = true;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader = {
systemd-boot = {
enable = true;
editor = false;
};
efi.canTouchEfiVariables = true;
};
boot.tmp.useTmpfs = true;
environment.systemPackages = [