Option name change
This commit is contained in:
parent
59ff1a5fb9
commit
954fee0071
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
boot.initrd.kernelModules = ["amdgpu"];
|
boot.initrd.kernelModules = ["amdgpu"];
|
||||||
services.xserver.videoDrivers = ["amdgpu"];
|
services.xserver.videoDrivers = ["amdgpu"];
|
||||||
hardware.opengl.extraPackages = with pkgs; [
|
hardware.graphics.extraPackages = with pkgs; [
|
||||||
rocmPackages.clr.icd
|
rocmPackages.clr.icd
|
||||||
amdvlk
|
amdvlk
|
||||||
];
|
];
|
||||||
|
@ -35,4 +35,6 @@
|
||||||
"HDMI-A-1, 1920x1080@75, 0x0, 1"
|
"HDMI-A-1, 1920x1080@75, 0x0, 1"
|
||||||
"DP-1, 2560x1440@165, 1920x0, 1.333333"
|
"DP-1, 2560x1440@165, 1920x0, 1.333333"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.sshd.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue