limit number of generations on acer to 3

This commit is contained in:
2025-10-18 21:04:40 +02:00
parent 4b404fbc31
commit 3f2066c21c
+1 -1
View File
@@ -17,7 +17,7 @@ rec {
# Limiting number of generations to prevent ESP from filling # Limiting number of generations to prevent ESP from filling
# Using Windows' preinstalled ESP which is only 256MB # 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.compressor = "zstd";
boot.initrd.compressorArgs = [ "-19" "-T16" ]; boot.initrd.compressorArgs = [ "-19" "-T16" ];