limit amount of configurations
This commit is contained in:
parent
4ca5cebbb6
commit
a7a3eb68b9
1 changed files with 7 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue