nixos/tower: Set bootloader timeout to 10 seconds
This commit is contained in:
parent
5203b9ad98
commit
4b4eaa8dcc
@ -21,7 +21,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
loader.efi.canTouchEfiVariables = true;
|
loader = {
|
||||||
|
efi.canTouchEfiVariables = true;
|
||||||
|
timeout = 10;
|
||||||
|
};
|
||||||
kernelPackages = pkgs.linuxKernel.packages.linux_5_19;
|
kernelPackages = pkgs.linuxKernel.packages.linux_5_19;
|
||||||
kernelModules = [ "kvm-intel" ];
|
kernelModules = [ "kvm-intel" ];
|
||||||
kernelParams = [ "intel_iommu=on" ];
|
kernelParams = [ "intel_iommu=on" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user