limit number of generations on acer to 3
This commit is contained in:
+1
-1
@@ -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" ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user