Faster boot timeout, and updated

This commit is contained in:
langedev 2024-02-17 18:06:27 -08:00
parent 38d9744465
commit 4a5e71f4ad
2 changed files with 5 additions and 3 deletions

View file

@ -2,7 +2,9 @@
{
# Use the systemd-boot EFI boot loader.
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader.systemd-boot.enable = true;
boot.loader.timeout = 1;
boot.loader.efi.canTouchEfiVariables = true;
time.timeZone = "America/Los_Angeles";