From 33c0eea73c82429c9af0e02d49b9467344758489 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Fri, 10 May 2024 13:50:36 -0400 Subject: [PATCH] config limit 3 --- src/system/machines/desktop/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/machines/desktop/system.nix b/src/system/machines/desktop/system.nix index b0be09e..bce98a0 100644 --- a/src/system/machines/desktop/system.nix +++ b/src/system/machines/desktop/system.nix @@ -38,7 +38,7 @@ useOSProber = true; devices = [ "nodev" ]; efiSupport = true; - configurationLimit = 5; + configurationLimit = 3; splashImage = null; };