This commit is contained in:
Julian Sutter 2025-07-22 23:43:28 -07:00
parent 153134503d
commit e8e3ee0b8b
6 changed files with 25 additions and 10 deletions

View file

@ -8,7 +8,12 @@
boot.initrd.kernelModules = [ "amdgpu" ];
boot.kernelModules = [ "kvm-amd" ]; # Include kvm-amd for virtualization support
boot.extraModulePackages = [];
boot.kernelParams = [ "amdgpu.dc=1" "usbcore.autosuspend=-1" ] ;
boot.kernelParams = [
"amdgpu.dc=1"
"usbcore.autosuspend=-1"
"nvme_core.default_ps_max_latency_us=0"
"pcie_aspm=off" "pcie_port_pm=off"
];
networking.useDHCP = lib.mkDefault true;
@ -32,6 +37,7 @@
};
};
# Powersac
# Swap
swapDevices = [