From 6e6aa84c5f20e346b3f1f33cd2d4fdaac860a138 Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Fri, 29 Dec 2023 15:00:14 +0100 Subject: [PATCH] machines: back: limit GRUB configurations to 8 Signed-off-by: Christoph Heiss --- machines/back.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/back.nix b/machines/back.nix index ba677ee..66cde4f 100644 --- a/machines/back.nix +++ b/machines/back.nix @@ -19,6 +19,7 @@ fsIdentifier = "uuid"; enableCryptodisk = true; device = "nodev"; + configurationLimit = 8; }; boot.initrd = {