From 41a474eaf2441e4a1e8966b355661e1e53222de5 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 21 Jan 2024 19:55:37 +0100 Subject: [PATCH] grr oem efi partitions are too small --- hosts/slab/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/slab/configuration.nix b/hosts/slab/configuration.nix index 2369d51..e942091 100644 --- a/hosts/slab/configuration.nix +++ b/hosts/slab/configuration.nix @@ -45,6 +45,8 @@ enable = true; netbootxyz.enable = true; memtest86.enable = true; + # grr oem efi partitions + configurationLimit = 4; }; };