updates
This commit is contained in:
parent
153134503d
commit
e8e3ee0b8b
6 changed files with 25 additions and 10 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue