From 8988a6713c4ef74b03436261070988ba163d7133 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 Former-commit-id: ce32ac84fa614a3ae7b111f8af1f47bbd3b4d15f --- nixos/systemd-boot.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/systemd-boot.nix b/nixos/systemd-boot.nix index b426150f..0bc0317a 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;