Add timeout to bootloader

hexmani.ac 98a11416 d3180b07

verified
Changed files
+1 -1
+1 -1
boot.nix
··· 38 38 "udev.log_priority=3" 39 39 "rd.systemd.show_status=auto" 40 40 ]; 41 - loader.timeout = 0; 41 + loader.timeout = 3; 42 42 }; 43 43 44 44 system.nixos.label = "NixOS";