Reduce number of boot options to 3

This commit is contained in:
Lillian Violet 2023-10-23 17:53:36 +02:00
parent dc9311a081
commit 1275f351e2

View file

@ -152,6 +152,7 @@
networking.hostName = "EDI"; networking.hostName = "EDI";
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.configurationLimit = 3;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
users.users = { users.users = {