diff options
Diffstat (limited to 'hel')
-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; |