aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/encryption.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/encryption.nix b/system/encryption.nix
index ea10842..111f5ef 100644
--- a/system/encryption.nix
+++ b/system/encryption.nix
@@ -9,7 +9,7 @@
(writeShellScriptBin "keys-mount" ''
set -e
- DEVICE="/dev/disk/by-uuid/da31e270-80d4-4a89-9633-87dd4d736ca2"
+ DEVICE="/dev/disk/by-uuid/d5aa2823-2023-410b-a83e-a4f707db5f7c"
NAME="ssh-keys"
MNT="/mnt/ssh-keys"