diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-13 12:28:51 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-13 12:28:51 +0200 |
commit | 56345d9bcfe40835aa00036470310daca9ae3e28 (patch) | |
tree | cafa28d39a87f16b2d6668a4ff406da55a37417c | |
parent | 3dd998bc7b72d4e3e514fe679e8f21ac92f1d731 (diff) | |
download | nixos-56345d9bcfe40835aa00036470310daca9ae3e28.tar nixos-56345d9bcfe40835aa00036470310daca9ae3e28.tar.gz nixos-56345d9bcfe40835aa00036470310daca9ae3e28.tar.bz2 nixos-56345d9bcfe40835aa00036470310daca9ae3e28.tar.xz nixos-56345d9bcfe40835aa00036470310daca9ae3e28.zip |
fixed wrong uuid
-rw-r--r-- | hel/boot.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
2 | 2 | ||
3 | { | 3 | { |
4 | boot = { | 4 | boot = { |
5 | initrd.luks.devices = [ { name = "ssd"; device = "/dev/disk/by-uuid/sH2z1p-XRak-v8eq-YLMb-XIk1-5j8o-psLUa5"; } | 5 | initrd.luks.devices = [ { name = "ssd"; device = "/dev/disk/by-uuid/9e9e430c-f9cd-418e-b66b-60f81ba9293b"; } |
6 | ]; | 6 | ]; |
7 | loader = { | 7 | loader = { |
8 | gummiboot.enable = true; | 8 | gummiboot.enable = true; |