1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 03:51:07 +01:00

feat(ful): limit to 1 configuration

this circumvents space issues on the /boot partition
This commit is contained in:
2022-05-21 23:07:19 +02:00
parent 92442db877
commit 9a3499ab6c

View File

@@ -8,7 +8,10 @@
boot = { boot = {
loader = { loader = {
systemd-boot.enable = true; systemd-boot = {
enable = true;
configurationLimit = 1;
};
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
}; };
initrd = { initrd = {