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"
|
||||
];
|
||||
|
||||
hardware.amdgpu = {
|
||||
amdvlk = {
|
||||
enable = true;
|
||||
support32Bit.enable = true;
|
||||
};
|
||||
initrd.enable = true;
|
||||
opencl.enable = true;
|
||||
};
|
||||
|
||||
programs = {
|
||||
steam.enable = true;
|
||||
|
||||
|
|
@ -181,9 +190,7 @@
|
|||
root.hashedPassword = "!";
|
||||
};
|
||||
};
|
||||
boot = {
|
||||
kernelModules = [ "amdgpu" ];
|
||||
initrd = {
|
||||
boot.initrd = {
|
||||
availableKernelModules = [
|
||||
"nvme"
|
||||
"xhci_pci"
|
||||
|
|
@ -193,7 +200,6 @@
|
|||
];
|
||||
includeDefaultModules = false;
|
||||
};
|
||||
};
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
networking.hostName = "gerg-desktop";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue