aboutsummaryrefslogtreecommitdiff
path: root/system/encryption.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/encryption.nix')
-rw-r--r--system/encryption.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/encryption.nix b/system/encryption.nix
index 76a4245..d8836d0 100644
--- a/system/encryption.nix
+++ b/system/encryption.nix
@@ -1,7 +1,7 @@
{pkgs, ...}: {
environment.etc."crypttab" = {
text = ''
- ssh-keys UUID=your-uuid-here none noauto,x-systemd.device-timeout=0
+ ssh-keys UUID=da31e270-80d4-4a89-9633-87dd4d736ca2 none noauto,x-systemd.device-timeout=0
'';
};