fix(eientei): enable arc toggle
This commit is contained in:
parent
2f91a0d039
commit
41b7ce03fb
|
@ -6,6 +6,7 @@
|
||||||
boot.lanzaboote = true;
|
boot.lanzaboote = true;
|
||||||
gui.enable = true;
|
gui.enable = true;
|
||||||
gui.type = "intel";
|
gui.type = "intel";
|
||||||
|
gui.arc = "8086:5691";
|
||||||
android.enable = true;
|
android.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -17,6 +18,7 @@
|
||||||
powerManagement.enable = true;
|
powerManagement.enable = true;
|
||||||
powerManagement.cpuFreqGovernor = "performance";
|
powerManagement.cpuFreqGovernor = "performance";
|
||||||
boot.kernelParams = [ "zfs.zfs_arc_max=34359738368" ];
|
boot.kernelParams = [ "zfs.zfs_arc_max=34359738368" ];
|
||||||
|
boot.loader.timeout = 2;
|
||||||
|
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" ];
|
boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" ];
|
||||||
|
|
Loading…
Reference in a new issue