From ce32ac84fa614a3ae7b111f8af1f47bbd3b4d15f Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:31:02 +0100 Subject: [PATCH] add a configuration limit in boot menu --- nixos/systemd-boot.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/systemd-boot.nix b/nixos/systemd-boot.nix index b426150..0bc0317 100644 --- a/nixos/systemd-boot.nix +++ b/nixos/systemd-boot.nix @@ -6,6 +6,7 @@ systemd-boot = { enable = true; consoleMode = "auto"; + configurationLimit = 8; }; }; tmp.cleanOnBoot = true;