mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Added a limit for boot entries to try to reduce /boot usage
This commit is contained in:
parent
c305b13146
commit
ead2ebada2
@ -6,6 +6,7 @@
|
|||||||
};
|
};
|
||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
configurationLimit = 2;
|
||||||
};
|
};
|
||||||
efi = {
|
efi = {
|
||||||
canTouchEfiVariables = true;
|
canTouchEfiVariables = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user