diff --git a/beta/hardware-configuration.nix b/beta/hardware-configuration.nix index da1acd2..3990102 100644 --- a/beta/hardware-configuration.nix +++ b/beta/hardware-configuration.nix @@ -13,9 +13,6 @@ # AMD microcode updates please hardware.cpu.amd.updateMicrocode = true; - # amd graphics - hardware.graphics.extraPackages = with pkgs; [ rocmPackages.clr.icd ]; - # /boot efi partition to boot in UEFI mode fileSystems."/boot" = { device = "/dev/disk/by-uuid/E632-D1CA"; diff --git a/miku/hardware-configuration.nix b/miku/hardware-configuration.nix index 4e71f3c..f7a38c5 100644 --- a/miku/hardware-configuration.nix +++ b/miku/hardware-configuration.nix @@ -13,9 +13,6 @@ # AMD microcode updates please hardware.cpu.amd.updateMicrocode = true; - # amd graphics - hardware.graphics.extraPackages = with pkgs; [ rocmPackages.clr.icd ]; - # /boot efi partition to boot in UEFI mode fileSystems."/boot" = { device = "/dev/disk/by-uuid/5B5C-07AD"; diff --git a/mini/hardware-configuration.nix b/mini/hardware-configuration.nix index 95a61e7..eb05706 100644 --- a/mini/hardware-configuration.nix +++ b/mini/hardware-configuration.nix @@ -13,9 +13,6 @@ # AMD microcode updates please hardware.cpu.amd.updateMicrocode = true; - # amd graphics - hardware.graphics.extraPackages = with pkgs; [ rocmPackages.clr.icd ]; - # /boot efi partition to boot in UEFI mode fileSystems."/boot" = { device = "/dev/disk/by-uuid/1B9E-991C"; diff --git a/neko/hardware-configuration.nix b/neko/hardware-configuration.nix index 988bd89..0f97163 100644 --- a/neko/hardware-configuration.nix +++ b/neko/hardware-configuration.nix @@ -13,9 +13,6 @@ # Intel microcode updates please hardware.cpu.intel.updateMicrocode = true; - # intel graphics - hardware.graphics.extraPackages = with pkgs; [ intel-media-driver intel-compute-runtime ]; - # /boot efi partition to boot in UEFI mode fileSystems."/boot" = { device = "/dev/disk/by-uuid/554C-161A";