From 34521d5c7ab6128a3edd3ffeff7ff11eeac2809b Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 28 Dec 2024 18:06:11 +0100 Subject: [PATCH] less not used features --- beta/hardware-configuration.nix | 3 --- miku/hardware-configuration.nix | 3 --- mini/hardware-configuration.nix | 3 --- neko/hardware-configuration.nix | 3 --- 4 files changed, 12 deletions(-) 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";