less not used features
This commit is contained in:
parent
0369f048a1
commit
34521d5c7a
4 changed files with 0 additions and 12 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue