Skip to content

Commit d4c51cb

Browse files
committed
Have fewer old kernels around
Refs #17
1 parent 67392a2 commit d4c51cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

testgrid.tahoe-lafs.org/system-configuration.nix

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
allowReboot = true;
2121
};
2222

23+
# NixOS likes to fill up boot partitions with (by default) 100 old kernels.
24+
# Keep a (for us) more reasonable number around.
25+
boot.loader.grub.configurationLimit = 3;
26+
2327
# List packages installed in system profile. To search, run:
2428
# $ nix search wget
2529
environment.systemPackages = with pkgs;

0 commit comments

Comments
 (0)