Change boot timeout to 1s

This commit is contained in:
Wekuz 2025-12-29 23:43:59 +02:00
parent 43aa3b1667
commit edf361f212
Signed by: Wekuz
GPG key ID: 2E502F2AABD32DF9

View file

@ -23,6 +23,7 @@
boot.loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;
timeout = 1;
};
nixpkgs.hostPlatform = "x86_64-linux";