diff options
author | Linnnus <[email protected]> | 2025-03-16 01:34:09 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-03-16 01:35:09 +0100 |
commit | 51668cf38dc44925be3ea922f6ce15340cdac3d1 (patch) | |
tree | 9b24155b697e4a5f48c7e0d25757192417dc3f66 /hosts/ahmed/configuration.nix | |
parent | 54f49d20feebdf1df38ac33c575b322980a148dc (diff) |
ahmed: Prevent old generations from filling /boot
Diffstat (limited to 'hosts/ahmed/configuration.nix')
-rw-r--r-- | hosts/ahmed/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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. |