From 734c2c2db2115096156af42c0afdccb0ff6dc059 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 4 Jun 2023 16:33:16 -0400 Subject: [PATCH] systemd-boot: Disable editor Since I don't use this feature, disabling it seems to be the play. --- flake.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 32f139ea..7c2098bc 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = [