Edit nix generation count and Emacs config

This commit is contained in:
2025-06-29 19:17:39 -04:00
parent b7b846007d
commit 7564f7be9e
2 changed files with 4 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
efi.canTouchEfiVariables = true;
systemd-boot = {
enable = true;
configurationLimit = 10;
configurationLimit = 5;
};
};