From 51668cf38dc44925be3ea922f6ce15340cdac3d1 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sun, 16 Mar 2025 01:34:09 +0100 Subject: ahmed: Prevent old generations from filling /boot --- hosts/ahmed/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix index 9bd394f..2d71d8f 100644 --- a/hosts/ahmed/configuration.nix +++ b/hosts/ahmed/configuration.nix @@ -47,6 +47,9 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + # /boot keeps filling up + boot.loader.systemd-boot.configurationLimit = 50; + boot.tmp.cleanOnBoot = true; # The hostname should match the containing folder. -- cgit v1.2.3