From f9a04a44924770a7664da18afcb9e4bdd7e6d304 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 2 Jun 2025 12:22:12 +0200 Subject: [PATCH] Use systemd-boot as a temporary workaround --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 822f3a8..13dfa75 100644 --- a/configuration.nix +++ b/configuration.nix @@ -30,7 +30,7 @@ with pkgs; boot.loader = { efi.canTouchEfiVariables = true; systemd-boot = { - enable = false; + enable = true; configurationLimit = 50; editor = false; };