cray: Switch to amdgpu
This commit is contained in:
parent
15ac79b980
commit
416aa85ba7
|
@ -42,10 +42,7 @@ in
|
|||
# copy the secret into the additional initramfs. `null` means same path
|
||||
boot.initrd.secrets."${secretsFile}" = null;
|
||||
|
||||
# for nvidia drivers
|
||||
#nixpkgs.config.allowUnfree = true;
|
||||
|
||||
#services.xserver.videoDrivers = [ "nvidia" ];
|
||||
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
|
Loading…
Reference in a new issue