From f349cd818aa282e1cf0bc8513333262f23fcb416 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 29 Dec 2023 15:35:48 +0000 Subject: [PATCH] Update simple-efi.nix --- partitions/simple-efi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partitions/simple-efi.nix b/partitions/simple-efi.nix index c00a35b..2c0dd87 100644 --- a/partitions/simple-efi.nix +++ b/partitions/simple-efi.nix @@ -2,7 +2,7 @@ disko.devices = { disk = { vda = { - #device = "/dev/disk/by-id/some-disk-id"; + device = "/dev/vda"; type = "disk"; content = { type = "gpt";