From 24d29781ee8adeee56e123fa0ef0d90ff1fe92b1 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Wed, 4 Sep 2024 10:28:47 -0400 Subject: [PATCH] Use Disk By ID, not sequence (There is no 1 on that machine?) --- hosts/parents/disk-config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/parents/disk-config.nix b/hosts/parents/disk-config.nix index 68e3a08..f289499 100644 --- a/hosts/parents/disk-config.nix +++ b/hosts/parents/disk-config.nix @@ -4,7 +4,7 @@ disk = { main = { type = "disk"; - device = "/dev/disk/by-diskseq/1"; + device = "/dev/disk/by-id/ata-M.2_C100_256GB_2052L1025600641"; content = { type = "gpt"; partitions = {