From 86dd3efcdb192e9e9ff41bad91b85accdc95ce5d Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Tue, 29 Oct 2024 17:59:52 +0100 Subject: [PATCH] mark as broken --- beta/hardware-configuration.nix | 2 ++ miku/hardware-configuration.nix | 2 ++ mini/hardware-configuration.nix | 2 ++ neko/hardware-configuration.nix | 2 ++ 4 files changed, 8 insertions(+) diff --git a/beta/hardware-configuration.nix b/beta/hardware-configuration.nix index afc1f77..ffa34ca 100644 --- a/beta/hardware-configuration.nix +++ b/beta/hardware-configuration.nix @@ -16,6 +16,8 @@ # amd graphics hardware.graphics.extraPackages = with pkgs; [ amdvlk rocmPackages.clr.icd ]; + FIXME + # /boot efi partition to boot in UEFI mode fileSystems."/boot" = { device = "/dev/disk/by-id/nvme-SAMSUNG_MZVLB1T0HBLR-000L2_S4DZNX0R362286-part1"; diff --git a/miku/hardware-configuration.nix b/miku/hardware-configuration.nix index 7ebb273..5badc76 100644 --- a/miku/hardware-configuration.nix +++ b/miku/hardware-configuration.nix @@ -16,6 +16,8 @@ # amd graphics hardware.graphics.extraPackages = with pkgs; [ amdvlk rocmPackages.clr.icd ]; + FIXME + # /boot efi partition to boot in UEFI mode fileSystems."/boot" = { device = "/dev/disk/by-id/nvme-KINGSTON_SFYRD4000G_50026B7686EC5F33-part1"; diff --git a/mini/hardware-configuration.nix b/mini/hardware-configuration.nix index b9d3ad8..82a33e5 100644 --- a/mini/hardware-configuration.nix +++ b/mini/hardware-configuration.nix @@ -16,6 +16,8 @@ # amd graphics hardware.graphics.extraPackages = with pkgs; [ amdvlk rocmPackages.clr.icd ]; + FIXME + # /boot efi partition to boot in UEFI mode fileSystems."/boot" = { device = "/dev/disk/by-id/nvme-CT4000P3PSSD8_2325E6E63746-part1"; diff --git a/neko/hardware-configuration.nix b/neko/hardware-configuration.nix index 14fc727..385e178 100644 --- a/neko/hardware-configuration.nix +++ b/neko/hardware-configuration.nix @@ -16,6 +16,8 @@ # intel graphics hardware.graphics.extraPackages = with pkgs; [ intel-media-driver intel-compute-runtime ]; + FIXME + # /boot efi partition to boot in UEFI mode fileSystems."/boot" = { device = "/dev/disk/by-id/nvme-Seagate_FireCuda_530_ZP4000GM30013_7VS01VBM-part1";