From b39cd1cfd58e5aeb806fdfc1169664cb1dcb2c5f Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sat, 4 Apr 2026 16:32:46 -0500 Subject: [PATCH] add 25 configurations as limit --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index eb6e155..b9cdd8e 100755 --- a/configuration.nix +++ b/configuration.nix @@ -18,6 +18,7 @@ zfsSupport = true; efiSupport = true; efiInstallAsRemovable = true; + configurationLimit = 25; mirroredBoots = [ { devices = [ "nodev" ];