[zix790prors] Update boot configuration

This commit is contained in:
2025-08-25 07:56:43 -07:00
parent c323d1301b
commit 6d5eadcf6a

View File

@@ -32,7 +32,9 @@ with lib;
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.configurationLimit = 2; # Reduced to save /boot space (TODO Increase /boot partition size)
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.loader.timeout = 10;
networking.hostName = "zix790prors"; # Define your hostname. networking.hostName = "zix790prors"; # Define your hostname.