From f2c4ca25f6db67802042e4d10efc5d3e530efead Mon Sep 17 00:00:00 2001 From: Redyf Date: Thu, 8 Feb 2024 21:53:11 -0300 Subject: [PATCH] feat: Change configuration limit to 8 This is for keeping more generations in case I need them in the future. --- modules/nixos/system/boot/bios/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/system/boot/bios/default.nix b/modules/nixos/system/boot/bios/default.nix index 97f902bb..d672964b 100644 --- a/modules/nixos/system/boot/bios/default.nix +++ b/modules/nixos/system/boot/bios/default.nix @@ -30,7 +30,7 @@ in device = "nodev"; efiSupport = true; useOSProber = true; - configurationLimit = 5; + configurationLimit = 8; theme = pkgs.fetchFromGitHub {