fix(eientei): enable arc toggle

This commit is contained in:
514fpv 2024-01-09 15:02:59 +08:00
parent 2f91a0d039
commit 41b7ce03fb
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -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" ];