zenix: amdgpu drivers

This commit is contained in:
Tristan 2025-09-10 21:25:01 +01:00
parent 6b5f57c703
commit 9771065326
2 changed files with 9 additions and 1 deletions

View file

@ -66,6 +66,14 @@
hardware.cpu.amd.updateMicrocode = true; hardware.cpu.amd.updateMicrocode = true;
hardware.cpu.x86.msr.enable = true; hardware.cpu.x86.msr.enable = true;
hardware.amdgpu = {
opencl.enable = true;
amdvlk = {
enable = true;
support32Bit.enable = true;
};
};
networking.hostName = "zenix"; networking.hostName = "zenix";
services.openssh.enable = true; services.openssh.enable = true;

View file

@ -35,7 +35,7 @@
input.keyboard = { input.keyboard = {
xkb.layout = "us,gb"; xkb.layout = "us,gb";
xkb.variant = "dvorak,"; xkb.variant = "dvorak,";
xkb.options = "caps:escape"; xkb.options = "caps:escape,esperanto:qwerty,lv3:ralt_switch";
}; };
input.mouse = { input.mouse = {
accel-profile = "flat"; accel-profile = "flat";