pushed config limit up to 100
This commit is contained in:
parent
94ff148458
commit
c88b4212ef
2 changed files with 3 additions and 3 deletions
|
|
@ -14,6 +14,6 @@ in {
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.systemd-boot.configurationLimit = 10;
|
||||
boot.loader.systemd-boot.configurationLimit = 100;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue