mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-18 19:24:09 +02:00
limit grnd
This commit is contained in:
parent
c5bb2788a2
commit
2fb2e70390
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ in
|
||||||
loader = {
|
loader = {
|
||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configurationLimit = 10;
|
configurationLimit = 5;
|
||||||
editor = false;
|
editor = false;
|
||||||
};
|
};
|
||||||
efi = {
|
efi = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue