Add configurationlimit to EDI

This commit is contained in:
Lillian Violet 2024-02-15 22:28:25 +01:00
parent 7bcb99f376
commit ef67bfff5c

View file

@ -65,6 +65,8 @@
enable = true; enable = true;
pkiBundle = "/etc/secureboot"; pkiBundle = "/etc/secureboot";
}; };
boot.loader.systemd-boot.configurationLimit = 3;
boot.loader.efi.canTouchEfiVariables = true;
# Enable bluetooth hardware # Enable bluetooth hardware
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;