From 56345d9bcfe40835aa00036470310daca9ae3e28 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 13 May 2016 12:28:51 +0200 Subject: fixed wrong uuid --- hel/boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hel') diff --git a/hel/boot.nix b/hel/boot.nix index 66531e5d..d3a26d25 100644 --- a/hel/boot.nix +++ b/hel/boot.nix @@ -2,7 +2,7 @@ { boot = { - initrd.luks.devices = [ { name = "ssd"; device = "/dev/disk/by-uuid/sH2z1p-XRak-v8eq-YLMb-XIk1-5j8o-psLUa5"; } + initrd.luks.devices = [ { name = "ssd"; device = "/dev/disk/by-uuid/9e9e430c-f9cd-418e-b66b-60f81ba9293b"; } ]; loader = { gummiboot.enable = true; -- cgit v1.2.3