mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
amd graphics settings testing
This commit is contained in:
parent
c03e17794d
commit
83c515d05c
1 changed files with 18 additions and 12 deletions
|
|
@ -48,6 +48,15 @@
|
||||||
"amdgpu"
|
"amdgpu"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
hardware.amdgpu = {
|
||||||
|
amdvlk = {
|
||||||
|
enable = true;
|
||||||
|
support32Bit.enable = true;
|
||||||
|
};
|
||||||
|
initrd.enable = true;
|
||||||
|
opencl.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
steam.enable = true;
|
steam.enable = true;
|
||||||
|
|
||||||
|
|
@ -181,9 +190,7 @@
|
||||||
root.hashedPassword = "!";
|
root.hashedPassword = "!";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
boot = {
|
boot.initrd = {
|
||||||
kernelModules = [ "amdgpu" ];
|
|
||||||
initrd = {
|
|
||||||
availableKernelModules = [
|
availableKernelModules = [
|
||||||
"nvme"
|
"nvme"
|
||||||
"xhci_pci"
|
"xhci_pci"
|
||||||
|
|
@ -193,7 +200,6 @@
|
||||||
];
|
];
|
||||||
includeDefaultModules = false;
|
includeDefaultModules = false;
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
networking.hostName = "gerg-desktop";
|
networking.hostName = "gerg-desktop";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue