Skip to content

Commit 22bbc01

Browse files
committed
feat(grub): set configurationLimit
1 parent 7e827e4 commit 22bbc01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/system/grub.nix

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module-functions.moduleIfEnabledFinally "system" "grub" (cfg: {
1212
enable = true;
1313
efiSupport = cfg.mode == "uefi";
1414
devices = ["nodev"];
15+
configurationLimit = 1;
1516
};
1617

1718
grub2-theme = {

0 commit comments

Comments
 (0)