diff --git a/machines/cray/configuration.nix b/machines/cray/configuration.nix index b8ea072..e250f65 100644 --- a/machines/cray/configuration.nix +++ b/machines/cray/configuration.nix @@ -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";