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
|
# copy the secret into the additional initramfs. `null` means same path
|
||||||
boot.initrd.secrets."${secretsFile}" = null;
|
boot.initrd.secrets."${secretsFile}" = null;
|
||||||
|
|
||||||
# for nvidia drivers
|
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||||
#nixpkgs.config.allowUnfree = true;
|
|
||||||
|
|
||||||
#services.xserver.videoDrivers = [ "nvidia" ];
|
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
|
Loading…
Reference in a new issue