From 007c95b5c35635a91ac8a62cddc2cd2249b76423 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 29 Dec 2023 16:51:00 +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 2c0dd87..3332773 100644 --- a/partitions/simple-efi.nix +++ b/partitions/simple-efi.nix @@ -2,7 +2,7 @@ disko.devices = { disk = { vda = { - device = "/dev/vda"; + device = "/dev/sda"; type = "disk"; content = { type = "gpt";