less not used features

This commit is contained in:
Christoph Cullmann 2024-12-28 18:06:11 +01:00
parent 0369f048a1
commit 34521d5c7a
No known key found for this signature in database
4 changed files with 0 additions and 12 deletions

View file

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

View file

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

View file

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

View file

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