limit amount of configurations

This commit is contained in:
Sean Kovacs 2025-12-13 23:56:38 -05:00
commit a7a3eb68b9
Signed by: sckova
GPG key ID: 00F325187C68651A

View file

@ -21,6 +21,12 @@
"sckova"
];
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.sckova = {
@ -60,7 +66,7 @@
timeout = 3;
systemd-boot = {
enable = true;
configurationLimit = null;
configurationLimit = 10;
};
efi = {
canTouchEfiVariables = false;