From 95fa67ede1d165b7b5decb109210bb4fe90d0839 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Thu, 24 Aug 2023 15:27:37 +0200 Subject: [PATCH] Specify the disk by path --- m/lake2/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m/lake2/configuration.nix b/m/lake2/configuration.nix index 1b89226..99fffa3 100644 --- a/m/lake2/configuration.nix +++ b/m/lake2/configuration.nix @@ -7,7 +7,7 @@ # For now we install NixOS in the first nvme disk (nvme0n1), as this node only # has one SSD already used for SUSE. - boot.loader.grub.device = "/dev/disk/by-id/nvme-INTEL_SSDPE2MD020T4_CVFT5281004L2P0KGN"; + boot.loader.grub.device = "/dev/disk/by-path/pci-0000:83:00.0-nvme-1"; environment.systemPackages = with pkgs; [ ceph