From 3f2066c21c1c6c3e8b7bfbf586122882eb9ae711 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Sat, 18 Oct 2025 21:04:40 +0200 Subject: [PATCH] limit number of generations on acer to 3 --- hosts/acer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/acer.nix b/hosts/acer.nix index 62a165a..27e547c 100644 --- a/hosts/acer.nix +++ b/hosts/acer.nix @@ -17,7 +17,7 @@ rec { # Limiting number of generations to prevent ESP from filling # Using Windows' preinstalled ESP which is only 256MB - boot.loader.systemd-boot.configurationLimit = 5; + boot.loader.systemd-boot.configurationLimit = 3; boot.initrd.compressor = "zstd"; boot.initrd.compressorArgs = [ "-19" "-T16" ];