From 04663412b018ae049ec1232f0ce8502cbc20f18c Mon Sep 17 00:00:00 2001 From: tux Date: Mon, 22 Sep 2025 13:08:14 +0530 Subject: [PATCH] feat(boot): increase boot entry limit --- hosts/canopus/default.nix | 2 +- hosts/homelab/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/canopus/default.nix b/hosts/canopus/default.nix index ccc51a8..7b99b83 100755 --- a/hosts/canopus/default.nix +++ b/hosts/canopus/default.nix @@ -142,7 +142,7 @@ loader = { systemd-boot = { enable = true; - configurationLimit = 5; + configurationLimit = 10; }; efi.canTouchEfiVariables = true; timeout = 1; diff --git a/hosts/homelab/default.nix b/hosts/homelab/default.nix index a9edc06..25cd0db 100755 --- a/hosts/homelab/default.nix +++ b/hosts/homelab/default.nix @@ -91,7 +91,7 @@ loader = { systemd-boot = { enable = true; - configurationLimit = 5; + configurationLimit = 10; }; efi.canTouchEfiVariables = true; timeout = 1;