diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-05-14 22:21:18 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-05-14 22:21:18 +0200 |
| commit | 6968a3a8bebcc716825d692715328e6951c50acc (patch) | |
| tree | 1ba920d47fc43f5648a2b5121092df1038cd6d45 | |
| parent | f963e76fe10e1c9c5a6ae1d1969f61fbf5f51050 (diff) | |
Added proper UUID to usb
| -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" |
