cray: Switch to amdgpu

This commit is contained in:
fleaz 2022-02-16 20:45:12 +01:00
parent 15ac79b980
commit 416aa85ba7

View file

@ -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";