diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-05-13 13:05:33 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-05-13 13:05:33 +0200 |
| commit | 2ef03814e462de1bedb3832186bc71cb0b1432a0 (patch) | |
| tree | 94965f246722f289fe38b4e3af5a552ac289d6c6 /system/encryption.nix | |
| parent | c59e95a96ae6ae6a21310037417f9d4eb134c686 (diff) | |
Updated encryption with new usb drive UUID
Diffstat (limited to 'system/encryption.nix')
| -rw-r--r-- | system/encryption.nix | 2 |
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" |
