Faster boot timeout, and updated

This commit is contained in:
Julia Lange 2024-02-17 18:06:27 -08:00
parent 907805c515
commit 2891970cd0
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";