From f901b58939c6f6c66b1ad1346de656cd7e623a48 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Wed, 4 Sep 2024 10:13:10 -0400 Subject: [PATCH] gpc != gpt --- 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 5f88a17..b330f97 100644 --- a/hosts/parents/disk-config.nix +++ b/hosts/parents/disk-config.nix @@ -6,7 +6,7 @@ type = "disk"; device = "/dev/disk/by-diskseq/1"; content = { - type = "gpc"; + type = "gpt"; partitions = { ESP = { priority = 1;