From 0369f048a1f49f62b38c018e2d469973544f71ab Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 28 Dec 2024 18:05:08 +0100 Subject: [PATCH] default radv is faster --- beta/hardware-configuration.nix | 2 +- miku/hardware-configuration.nix | 2 +- mini/hardware-configuration.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/beta/hardware-configuration.nix b/beta/hardware-configuration.nix index 4aedcb2..da1acd2 100644 --- a/beta/hardware-configuration.nix +++ b/beta/hardware-configuration.nix @@ -14,7 +14,7 @@ hardware.cpu.amd.updateMicrocode = true; # amd graphics - hardware.graphics.extraPackages = with pkgs; [ amdvlk rocmPackages.clr.icd ]; + hardware.graphics.extraPackages = with pkgs; [ rocmPackages.clr.icd ]; # /boot efi partition to boot in UEFI mode fileSystems."/boot" = { diff --git a/miku/hardware-configuration.nix b/miku/hardware-configuration.nix index bbe0db2..4e71f3c 100644 --- a/miku/hardware-configuration.nix +++ b/miku/hardware-configuration.nix @@ -14,7 +14,7 @@ hardware.cpu.amd.updateMicrocode = true; # amd graphics - hardware.graphics.extraPackages = with pkgs; [ amdvlk rocmPackages.clr.icd ]; + hardware.graphics.extraPackages = with pkgs; [ rocmPackages.clr.icd ]; # /boot efi partition to boot in UEFI mode fileSystems."/boot" = { diff --git a/mini/hardware-configuration.nix b/mini/hardware-configuration.nix index 69d8a69..95a61e7 100644 --- a/mini/hardware-configuration.nix +++ b/mini/hardware-configuration.nix @@ -14,7 +14,7 @@ hardware.cpu.amd.updateMicrocode = true; # amd graphics - hardware.graphics.extraPackages = with pkgs; [ amdvlk rocmPackages.clr.icd ]; + hardware.graphics.extraPackages = with pkgs; [ rocmPackages.clr.icd ]; # /boot efi partition to boot in UEFI mode fileSystems."/boot" = {