spec(eientei): add arc id and enable bootloader timeout
This commit is contained in:
parent
bf06c3479f
commit
004601ee2a
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
boot.lanzaboote = true;
|
||||
gui.enable = true;
|
||||
gui.type = "intel";
|
||||
gui.arc = "8086:5691";
|
||||
android.enable = true;
|
||||
};
|
||||
|
||||
|
@ -17,6 +18,7 @@
|
|||
powerManagement.enable = true;
|
||||
powerManagement.cpuFreqGovernor = "performance";
|
||||
boot.kernelParams = [ "zfs.zfs_arc_max=34359738368" ];
|
||||
boot.loader.timeout = 2;
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue