From c8dee2363e239892c83cf0ff260bc2c8e42f5306 Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Wed, 27 Dec 2023 06:54:16 +0530 Subject: [PATCH] updated configurationLimit --- hosts/canopus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/canopus/default.nix b/hosts/canopus/default.nix index e190ad2..fa2bf47 100755 --- a/hosts/canopus/default.nix +++ b/hosts/canopus/default.nix @@ -58,7 +58,7 @@ loader = { systemd-boot = { enable = true; - # configurationLimit = 5; + configurationLimit = 5; }; efi.canTouchEfiVariables = true; timeout = 1;