1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +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 = {
loader = {
systemd-boot.enable = true;
systemd-boot = {
enable = true;
configurationLimit = 1;
};
efi.canTouchEfiVariables = true;
};
initrd = {